Skip to content

"fly configure" usage is missing correct syntax in fly help #64

@jbayer

Description

@jbayer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions