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 5c4b6f4 commit bb9bbc7Copy full SHA for bb9bbc7
src/commands/lightning/dev/component.ts
@@ -43,7 +43,7 @@ export default class LightningDevComponent extends SfCommand<void> {
43
}),
44
// TODO should this be required or optional?
45
// We don't technically need this if your components are simple / don't need any data from your org
46
- 'target-org': Flags.requiredOrg(),
+ 'target-org': Flags.optionalOrg(),
47
};
48
49
public async run(): Promise<void> {
0 commit comments