You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consthandleError=createErrorHandler(`\nIf you had any issues with the installation please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`);
42
43
43
44
asyncfunctionisNewAccount(){
@@ -148,9 +149,9 @@ const initCmd = new Command({
148
149
describe: 'Set a name of your custom storage class',
149
150
})
150
151
.option('docker-registry',{
151
-
describe: 'The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry="docker.io" default is quay.io',
152
+
describe: `The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry="docker.io" default is ${defaultDockerRegistry}`,
152
153
type: 'string',
153
-
default: 'quay.io',
154
+
default: defaultDockerRegistry,
154
155
})
155
156
.option('kube-config-path',{
156
157
describe: 'Path to kubeconfig file (default is $HOME/.kube/config)',
0 commit comments