Skip to content

list

List cronjobs (with optional filter)

Terminal window
conhive-agent cronjobmanager list

List cronjobs with or without filter to show available cronjobs

Terminal window
conhive-agent cronjobmanager list [flags]
Terminal window
cronjobmanager list --json '{"pagination":{"limit":10}}'
Terminal window
-h, --help help for list
--json string JSON input (with default values):
{
"filter": {}
}
-f, --log-format string Specify the logging format (options: console,
json) (default "text")
-l, --log-level string Define the logging level (options: trace,
debug, info, warn, error, fatal, panic)
(default "info")
-o, --log-to-file Enable logging to a file (default true)
-p, --port int32 Port to run the server on (default 5050)
-w, --workdir string Set the working directory for agent operations
(default: $HOME/.conhive)