bundle apply

Install an application bundle

codepipes bundle apply

Install an application bundle

codepipes bundle apply [flags]

Options

  -c, --credential stringArray              IDs and scope of credentials to use for the entities e.g. <cred_id1>:<scope1>:<scope2>..
      --force                               force run without confirmation
  -p, --plan string                         File name to read plan file from (default "codepipes.plan")
      --skipAppUpdate stringArray           Skip updating the App reference ID from plan
      --skipConfigUpdates                   skip all configuration updates (use to run pipelines on pre-configured entities)
      --skipDeploymentUpdate stringArray    Skip updating the Deployment reference ID from plan
      --skipEnvUpdate stringArray           Skip updating the Env reference ID from plan
      --skipIntegrationUpdate stringArray   Skip updating the Integration reference ID from plan
      --skipPipelines                       skip all pipelines (use to only update the entity configuration without running pipelines)
      --uninstall                           uninstall bundle

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)
      --help              Show help for command
      --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