Skip to content

Commit

Permalink
hotfix hidden opts (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd authored Jan 17, 2023
1 parent d522060 commit 2a47e4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/cml/runner/launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,12 @@ exports.options = kebabcaseKeys({
hidden: true,
alias: 'tf_resource'
},
gcpAccessToken: {
hidden: true
},
runnerPath: {
hidden: true
},
destroyDelay: {
type: 'number',
default: 10,
Expand Down

0 comments on commit 2a47e4e

Please sign in to comment.