Skip to content

Commit

Permalink
fix(validate): ensure deprecated flag is mentioned during run
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Mar 6, 2024
1 parent 93e0db3 commit e292c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sfp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flxbl-io/sfp",
"description": "sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model",
"version": "37.0.0",
"version": "37.0.1",
"license": "MIT",
"author": "flxblio",
"release": "February 24",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfp-cli/src/commands/validate/pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class ValidateAgainstPool extends SfpCommand {
disableartifactupdate: Flags.boolean({
description: messages.getMessage('disableArtifactUpdateFlagDescription'),
deprecated: {
message: "This flag is deprecated, Artifacts used for validation are never recorded in the org "
message: "disableartifactupdate flag is deprecated, Artifacts used for validation are never recorded in the org "
},
default: false,
}),
Expand Down

0 comments on commit e292c20

Please sign in to comment.