convoy-cli
in your terminal with no arguments:
-h
flag to the relevant subcommand. For example, to get help about the worker subcommand
convoy-cli login
--help
: Get help on the login command.--api-key
: This flag specifies the Personal API key for authenticating the CLI. This is a required parameter that must be passed when running the command.--host
: This flag specifies the host for your Convoy instance. For cloud users, the default host is https://cli.getconvoy.io
.convoy-cli logout
--help
: Get help on the logout command.convoy-cli listen
--help
: Help for listen--forward-to
: The host/web server you want to forward events to.--since
: Send discarded events since a timestamp (e.g. 2013-01-02T13:23:37Z) or relative time (e.g. 42m for 42 minutes).--source-name
: The name of the source you want to receive events from (only applies to incoming projects).