Skip to content

Commit 4ca2856

Browse files
author
Luca Bassani
committed
feat: target org not required, default will be used when not specified
1 parent f981877 commit 4ca2856

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/commands/analytics/connected-objects

src/commands/analytics/connected-objects/upsert.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export default class ConnectedObjectsUpsert extends SfCommand<ConnectedObjectUps
3232
'target-org': Flags.requiredOrg({
3333
char: 'o',
3434
summary: common.getMessage('flags.target-org.summary'),
35-
description: common.getMessage('flags.target-org.description'),
36-
required: true,
35+
description: common.getMessage('flags.target-org.description')
3736
}),
3837
'recipe-names': Flags.string({
3938
char: 'n',

0 commit comments

Comments
 (0)