-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
the description shows how to name a pipeline, but the usage shows "command" instead of "fly" and is missing the PIPELINE_NAME.
i would expect to see:
USAGE:
fly configure PIPELINE_NAME [command options] [arguments...]
but i actually see:
$ fly h c
NAME:
configure - Update configuration
USAGE:
command configure [command options] [arguments...]
DESCRIPTION:
Specify a pipeline name to configure via `fly configure your-pipeline-name-here`
OPTIONS:
--config, -c pipeline configuration file
--json, -j print config as json instead of yaml
--var, -v [--var option --var option] variable flag that can be used for filling in template values in configuration (i.e. -var secret=key)
--vars-from, --vf [--vars-from option --vars-from option] variable flag that can be used for filling in template values in configuration from a YAML file
--paused should the pipeline start out as paused or unpaused (true/false)
Metadata
Metadata
Assignees
Labels
No labels