We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a100c34 commit ede147dCopy full SHA for ede147d
src/commands/force.ts
@@ -76,8 +76,7 @@ export class ForceCommand extends SfCommand<ForceCommandResult> {
76
public static readonly examples = [];
77
public static state = 'deprecated';
78
public static readonly deprecationOptions = {
79
- message:
80
- 'The Salesforce CLI does ship an API version. You can use "org display" to see the API version of any org.',
+ message: 'Use "org display" to see the API version of any org.',
81
};
82
// eslint-disable-next-line sf-plugin/no-hardcoded-messages-commands
83
public static readonly summary = 'Display the ASCII art logo for the Salesforce CLI';
0 commit comments