clockwork-cli
Manage Clockwork network operations
TLDR
Monitor Clockwork logs for the current project
Monitor Clockwork logs for a specific project
Monitor Clockwork logs for multiple projects
SYNOPSIS
clockwork-cli [options]
PARAMETERS
--help
Display help information about the command or subcommand.
--version
Show the version of the clockwork-cli.
--config
Specify the configuration file to use.
DESCRIPTION
The clockwork-cli command is a command-line interface for interacting with the Clockwork automation platform. Clockwork allows users to schedule and automate various tasks, and clockwork-cli provides a way to manage these schedules, view task status, and trigger tasks manually. It provides a user-friendly way to deploy and manage Clockwork agents and configurations.
Clockwork enables users to execute tasks periodically or based on specific events. clockwork-cli allows managing clockwork's configurations (project, keys), automations, workers, etc.
Using this command, a developer or system administrator can create, modify, and monitor automations. It is an essential tool for managing any Clockwork based infrastructure.
It is not part of the basic GNU/Linux system, it has to be installed via package manager such as apt or from source.
COMMON COMMANDS
clockwork-cli exposes a variety of commands to handle Clockwork Automations, Agents and more.
clockwork-cli automation create ... - Create a new automation.
clockwork-cli agent start ... - Start a Clockwork agent.
Please refer to the online documentation for the complete list of available commands and options.