beastawakens/Convox Multitool

Convox CLI interface

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionConvox command to run. One of: app-param, build, build-migrate, create, deploy, destroy, env-copy, env-set, find-build, find-release, get-scale, get-rack-param, login, login-user, promote, rack-param, rollback, run, scaleyes
passwordConvox deploy key value
hostConvox Console host addressnoconsole.convox.com
tokenConvox Console token value
rackConvox Rack name
appConvox app name
destinationAppConvox destination app name for build migration
destinationRackConvox destination rack name for build migration
descriptionConvox build description
cachedWhether to utilise the docker cache during the buildnotrue
errorOnZeroScaleWhether to treat a scale of 0 as an error (useful for CI pipelines)nofalse
externalBuild the image locally and push directly to the rack registry, bypassing the load balancer uploadnofalse
buildArgs(build) Docker build args in the form 'KEY1=VALUE1 KEY2=VALUE2', or newline-separated pairs. Each is passed to convox build as --build-args.no
manifestUse a custom path for your convox.ymlno
paramNameName of the parameter to get or set
paramValueValue of the parameter to set
releaseID of the release to promote. Only needed if you have not run a build step first or you wish to override the release id from the buildno
serviceThe service to run the command against
commandThe command to be run
countThe number of instances to scale to
envEnvironment variables in the form 'key1=value1 key2=value2', or newline-separated pairs when values contain spaces
exclude(env-copy) Space- or newline-separated list of env var names to omit when copying from the source appno
params(app-param) App parameters to set in the form 'Key1=value1 Key2=value2', or newline-separated pairs when values contain spaces
namedescription
BUILDBuild ID of the build matching the description
CREATED(create) "true" if the app was created by this step, "false" if it already existed
DESTROYED(destroy) "true" if the app was deleted by this step, "false" if it did not exist
RELEASERelease ID of the created build
DESIREDCount of desired instances
RUNNINGCount of running instances
CPUCPU scale value
MEMORYMemory scale value
PARAM_VALUERack parameter value
SCALING_EVENTBoolean value to indicate if a scaling event is in progress
RUNNING_PROCESSESCount of running processes for the service
PENDING_PROCESSESCount of pending processes for the service
UNHEALTHY_PROCESSESCount of unhealthy processes for the service