Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Cloudity committed Jan 8, 2025
1 parent f1bb9a6 commit 5607947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/hardis/project/audit/apiversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class CallInCallOut extends SfCommand<any> {
It can also fix the apiVersions with the latest one, if parameter --fix is sent
Example to handle [ApexClass / Trigger & ApexPage mandatory version upgrade(https://help.salesforce.com/s/articleView?id=sf.admin_locales_update_api.htm&type=5) : sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45.0 --fix
Example to handle [ApexClass / Trigger & ApexPage mandatory version upgrade](https://help.salesforce.com/s/articleView?id=sf.admin_locales_update_api.htm&type=5) : sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45.0 --fix
`

public static examples = ['$ sf hardis:project:audit:apiversion'];
Expand Down

0 comments on commit 5607947

Please sign in to comment.