Skip to content

Commit

Permalink
Merge pull request #426 from stephen-carter-at-sf/main
Browse files Browse the repository at this point in the history
feat: make visible the enable-app-analytics flag to the sf package update command
  • Loading branch information
shetzel authored Aug 30, 2023
2 parents cf5e01a + e264c64 commit b8f6d99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/package/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class PackageUpdateCommand extends SfCommand<PackageSaveResult> {
'enable-app-analytics': Flags.boolean({
summary: messages.getMessage('flags.enable-app-analytics.summary'),
allowNo: true,
hidden: true, // Only hidden while we wait for api-version 59.0 to ship with 246 (after September 2023)
}),
};

Expand Down

0 comments on commit b8f6d99

Please sign in to comment.