We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07ee04 commit a5b5c41Copy full SHA for a5b5c41
src/commands/relay.ts
@@ -99,10 +99,11 @@ export class RelayCommand extends BaseCommand {
99
private static readonly DEPLOY_CONFIGS_NAME = 'deployConfigs';
100
101
private static readonly DEPLOY_FLAGS_LIST = {
102
- required: [flags.deployment, flags.clusterRef],
+ required: [flags.deployment],
103
optional: [
104
flags.chainId,
105
flags.chartDirectory,
106
+ flags.clusterRef,
107
flags.nodeAliasesUnparsed,
108
flags.operatorId,
109
flags.operatorKey,
0 commit comments