CI/CD Commands
rcli provides a set of subcommands under ci-cd for managing your CI/CD workflows.
init
rcli ci-cd init [-n NAME] [-f]
Initializes the CI/CD manifest file in the current directory. The manifest file defines the workflow for your CI/CD process.
Flags
-n,--name: Specify the name for the CI/CD manifest. Defaults to a predefined name if not provided.-f,--force: Force the initialization process, overwriting the existing manifest file if it already exists.
list
rcli ci-cd list
Lists the possible names for the CI/CD manifests that can be initialized. These names can be used with
the -n flag when running the init command.