Skip to content

Commit

Permalink
Api version doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jan 9, 2025
1 parent cc17d10 commit cf3c377
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/hardis/project/audit/apiversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ 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 = [
Expand Down

0 comments on commit cf3c377

Please sign in to comment.