application dependencies load
Add dependencies to an application in bulk from a YAML file
codepipes application dependencies load
Add dependencies to an application in bulk from a YAML file
Synopsis
Add dependencies to an application in bulk from a YAML file
The YAML file is to contain a list of dependencies to add to the
given application and has this syntax:
AppPostgres:
dependencyName: postgres
inputs:
version: 12
outputs:
PGHOST: MYPGHOST
PGPORT: MYPGPORT
PGUSER: MYPGUSER
PGPASSWORD: MYPGPASS
AppCache:
dependencyName: redis
inputs:
type: fast
version: 4
outputs:
REDIS_HOST:
REDIS_PORT:
codepipes application dependencies load filename [flags]
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
- codepipes application dependencies - Subcommands related to Application Dependency management
Updated about 1 year ago