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 71bb2cd commit 57ae082Copy full SHA for 57ae082
src/commands/force/org/status.ts
@@ -74,6 +74,7 @@ export class OrgStatusCommand extends SfdxCommand {
74
if (this.flags.setalias) {
75
const stateAggregator = await StateAggregator.getInstance();
76
stateAggregator.aliases.set(this.flags.setalias, results.sandboxRes.authUserName);
77
+ await stateAggregator.aliases.write();
78
this.logger.debug('Set Alias: %s result: %s', this.flags.setalias, results.sandboxRes.authUserName);
79
}
80
if (this.flags.setdefaultusername) {
0 commit comments