You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Monika has too many flags. It starts cluttering the codebase. We need to separate unrelated flags from the main command. The idea is Monika will use multi command to isolate utility command like logs and flush.
As is (Single Command)
monika Command Flag
--auto-update
--config-filename
--config-interval
--config or -c
--create-config
--flush
--follow-redirects
--force
--har or -H
--help or -h
--id or -i
--insomnia or -I
--keep-verbose-logs
--logs or --l
--one-probe
--output or -o
--postman or -p
--prometheus
--repeat or -r
--retryInitialDelayMs
--retryMaxDelayMs
--sitemap
--status-notification
--stun or -s
--summary
--symon-api-version
--symonKey
--symonLocationId
--symonMonikaId
--symonReportInterval
--symonReportLimit
--symonUrl
--text
--verbose
--version or -v:
To be (Multi Command)
monika Command Flag
--auto-update
--config-filename
--config-interval replace with --config-interval-seconds
--config or -c
--follow-redirects
--har or -H
--help or -h
--id or -i
--insomnia or -I
--keep-verbose-logs
--one-probe
--output or -o
--postman or -p
--prometheus
--repeat or -r
--retryInitialDelayMs replace with retry-initial-delay-ms
--retryMaxDelayMs replace with retry-max-delay-ms
--sitemap
--status-notification
--stun or -s
--text
--verbose
--version or -v:
monika create-config Command Flag
--force
monika flush Command Flag
--force
monika logs Command
monika summary Command
monika symon Command Flag
--auto-update
--config-interval replace with --config-interval-seconds
--follow-redirects
--retryInitialDelayMs replace with retry-initial-delay-ms
--retryMaxDelayMs replace with retry-max-delay-ms
--symon-api-version replace with --api-version
--symonKey replace with --key
--symonLocationId replace with --location-id
--symonMonikaId replace with --monika-id
--symonReportInterval replace with --report-interval-ms
--symonReportLimit replace with --report-limit-mb
--symonUrl replace with --url
--verbose
The text was updated successfully, but these errors were encountered:
Currently, Monika has too many flags. It starts cluttering the codebase. We need to separate unrelated flags from the main command. The idea is Monika will use multi command to isolate utility command like
logs
andflush
.As is (Single Command)
monika
Command Flag--auto-update
--config-filename
--config-interval
--config
or-c
--create-config
--flush
--follow-redirects
--force
--har
or-H
--help
or-h
--id
or-i
--insomnia
or-I
--keep-verbose-logs
--logs
or--l
--one-probe
--output
or-o
--postman
or-p
--prometheus
--repeat
or-r
--retryInitialDelayMs
--retryMaxDelayMs
--sitemap
--status-notification
--stun
or-s
--summary
--symon-api-version
--symonKey
--symonLocationId
--symonMonikaId
--symonReportInterval
--symonReportLimit
--symonUrl
--text
--verbose
--version
or-v
:To be (Multi Command)
monika
Command Flag--auto-update
--config-filename
--config-interval
replace with--config-interval-seconds
--config
or-c
--follow-redirects
--har
or-H
--help
or-h
--id
or-i
--insomnia
or-I
--keep-verbose-logs
--one-probe
--output
or-o
--postman
or-p
--prometheus
--repeat
or-r
--retryInitialDelayMs
replace withretry-initial-delay-ms
--retryMaxDelayMs
replace withretry-max-delay-ms
--sitemap
--status-notification
--stun
or-s
--text
--verbose
--version
or-v
:monika create-config
Command Flag--force
monika flush
Command Flag--force
monika logs
Commandmonika summary
Commandmonika symon
Command Flag--auto-update
--config-interval
replace with--config-interval-seconds
--follow-redirects
--retryInitialDelayMs
replace withretry-initial-delay-ms
--retryMaxDelayMs
replace withretry-max-delay-ms
--symon-api-version
replace with--api-version
--symonKey
replace with--key
--symonLocationId
replace with--location-id
--symonMonikaId
replace with--monika-id
--symonReportInterval
replace with--report-interval-ms
--symonReportLimit
replace with--report-limit-mb
--symonUrl
replace with--url
--verbose
The text was updated successfully, but these errors were encountered: