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
this.error(`The variable name ${variable.name} is reserved for internal usage and will be ignored.`)
62
+
}else{
63
+
this.warn(`The variable name ${variable.name} is reserved for internal usage and will be ignored.`)
64
+
}
65
+
}
66
+
})
67
+
}
51
68
}
52
69
53
70
SetEnvironmentVariablesCommand.description='sets variables set on an environment. These are runtime variables available to components running inside the runtime environment. Use set-pipeline-variables to set build-time variables on a pipeline.'
strict: flags.boolean({description: 'performs strict validation of internal variables. Can also be enabled by setting configuration property cloudmanager.environmentVariables.strictValidation to a truthy value.'}),
0 commit comments