-
Notifications
You must be signed in to change notification settings - Fork 0
cadet ci update
Shaun Baer edited this page Sep 11, 2020
·
2 revisions
Install latest CircleCi config files
$ cadet ci-update [-i, --installer] [-c, --ci-version] [-t, --incTestConfig] [-V, --version] [-v, --verbose]
This command updates Circle CI files. Warning: Files will be overwritten.
[-i, --installer]
- choices: "bc-ci-for-pantheon"
- default: "bc-ci-for-pantheon"
- more choices may be added in future
$ cadet ci-update -i=bc-ci-for-pantheon`
[-c, --ci-version]
- CI version: semver range, or [branch]-latest
- default: "1.x-latest"
$ cadet ci-update -c=1.x-latest`
[-t, --incTestConfig]
- Include Default Test Config Files. (This will destroy any changes you may have made in them)
- default: false
$ cadet ci-update -t=true`
[-V, --version]
- Show version number
$ cadet ci-update -V`