Skip to content

Commit a5b5c41

Browse files
committed
save
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent a07ee04 commit a5b5c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/relay.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ export class RelayCommand extends BaseCommand {
9999
private static readonly DEPLOY_CONFIGS_NAME = 'deployConfigs';
100100

101101
private static readonly DEPLOY_FLAGS_LIST = {
102-
required: [flags.deployment, flags.clusterRef],
102+
required: [flags.deployment],
103103
optional: [
104104
flags.chainId,
105105
flags.chartDirectory,
106+
flags.clusterRef,
106107
flags.nodeAliasesUnparsed,
107108
flags.operatorId,
108109
flags.operatorKey,

0 commit comments

Comments
 (0)