Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide cml runner --tpi-version #967

Merged
merged 2 commits into from
Apr 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ exports.builder = (yargs) =>
type: 'string',
default: '>= 0.9.10',
description:
'Pin the iterative/iterative terraform provider to a specific version. i.e. "= 0.10.4" See: https://www.terraform.io/language/expressions/version-constraints'
'Pin the iterative/iterative terraform provider to a specific version. i.e. "= 0.10.4" See: https://www.terraform.io/language/expressions/version-constraints',
hidden: true
},
dockerVolumes: {
type: 'array',
Expand Down
6 changes: 0 additions & 6 deletions bin/cml/runner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ describe('CML e2e', () => {
--version Show version number [boolean]
--log Maximum log level
[string] [choices: \\"error\\", \\"warn\\", \\"info\\", \\"debug\\"] [default: \\"info\\"]
--tpi-version Pin the iterative/iterative
terraform provider to a specific
version. i.e. \\"= 0.10.4\\" See:
https://www.terraform.io/language/ex
pressions/version-constraints
[string] [default: \\">= 0.9.10\\"]
--docker-volumes Docker volumes. This feature is only
supported in GitLab
[array] [default: []]
Expand Down