integration update

Update an Application Integration

codepipes integration update

Update an Application Integration

codepipes integration update AppIntID [flags]

Options

  -i, --artifact-in string            Input application artifact (UUID of App Artifact)
  -o, --artifact-out string           Output application artifact (UUID of App Artifact)
  -p, --build-platform string         Build platform where integration pipelines will be executed (gcp | aws | azure)
  -d, --description string            Application integration description
  -e, --env-var stringArray           Application integration environment variable (specified as name[:s]=value - use multiple times for multiple variables)
      --name string                   Application integration name
      --override-in string            Override the value of the input artifact based on type: 'git:tag:newtag' or 'cont:a_new_tag'
      --override-out string           Override the value of the output artifact based on type: 'git:tag:newtag' or 'cont:a_new_tag'
  -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
  -m, --pipeline-def string           Path to YAML file containing the pipeline definition and 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

      --app string        Application ID
      --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)
      --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