deployment update

Update a Deployment

codepipes deployment update

Update a Deployment

codepipes deployment update DeployID [flags]

Options

      --app string                    Application to deploy
  -a, --artifact string               Application Artifact to deploy (UUID of App Artifact)
  -o, --artifact-override string      Override the value of the artifact based on type: 'git:tag:newtag' or 'cont:a_new_tag'
  -d, --description string            Deployment description
  -e, --env-var stringArray           Deployment environment variable (specified as name[:s]=value - use multiple times for multiple variables)
      --inputfile string              File that contains template input values
      --name string                   Deployment name
  -c, --pipeline-config stringArray   Pipeline configuration (specified as name=value - use multiple times for multiple configuration values)
      --pipeline-configfile string    Path to YAML file containing any pipeline configuration
  -t, --template string               Specify the deployment template to use (see templatelist for choices)
  -i, --template-inputs stringArray   Deployment template inputs (specified as name=value - use multiple times for multiple inputs)
      --unset stringArray             Unset(Remove) a variable (use multiple times for multiple variables)
  -f, --varfile string                File that contains variable definitions (use this for sensitive variables)

Options inherited from parent commands

      --config string     Config file (default is $HOME/.codepipes.yml)
  -D, --debug             Turn on debug mode
      --endpoint string   Endpoint where Code Pipes APIs are running (e.g. api.codepipes.io)
      --env string        Environment ID
      --help              Show help for command
      --org string        Organization ID
      --proj string       Project ID
      --sslmode           Use https instead of http when calling the API endpoint. Use --sslmode=false to use http. (default true)
      --webapp string     Endpoint for Code Pipes web application. If not set, is determined by replacing 'api' prefix on endpoint flag with 'dash'

SEE ALSO