CLI Commands ¶
General ¶
-
applyDeploy or update an infrastructure according to project configuration. -
buildBuild cache dirs for all units in the current project. -
cdevRefer to Cluster.dev docs for details. -
destroyDestroy an infrastructure deployed by the current project. -
helpGet help about any command. -
outputDisplay project outputs. -
planShow changes that will be applied in the current project. -
validateValidate the configuration files in a directory, referring only to the configuration and not accessing any remote state buckets.Validate runs checks that verify whether a configuration is syntactically valid and internally consistent, regardless of any provided variables or existing state. It is thus primarily useful for general verification of reusable stack templates.
Project ¶
-
projectManage projects. -
project infoShow detailed information about the current project, such as the number of units and their types, the number of stacks, etc. -
project createGenerate a new project from generator-template in the current directory. The directory should not containyamlorymlfiles.
Secret ¶
-
secretManage secrets. -
secret lsList secrets in the current project. -
secret edit [secret_name]Create a new secret or edit the existing one. -
secret createGenerate a new secret in the current directory. The directory must contain the project.
State ¶
-
stateState operations. -
state unlockUnlock state forcibly. -
state pullDownload the remote state. -
state updateUpdate the state of the current project to version %v. Make sure that the state of the project is consistent (runcdev applywith the old version before updating).