LinuxCommandLibrary

clockwork-cli

Manage Clockwork network operations

TLDR

Monitor Clockwork logs for the current project

$ clockwork-cli
copy

Monitor Clockwork logs for a specific project
$ clockwork-cli [path/to/directory]
copy

Monitor Clockwork logs for multiple projects
$ clockwork-cli [path/to/directory1 path/to/directory2 ...]
copy

SYNOPSIS

clockwork-cli [options] [command 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.

SEE ALSO

cron(8), at(1)

Copied to clipboard