Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/interface/cli/commands/hybrid/init.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const initCmd = new Command({
.option('skip-cluster-integration', {
describe: 'Do not create a cluster integration in Codefresh',
type: 'boolean',
default: true,
})
.option('set-default-runtime', {
describe: 'Set this as the default runtime environment for your Codefresh account',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.84.8",
"version": "0.84.9",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down