Skip to content

Commit

Permalink
fix: update to latest oclif/core and enable json flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 15, 2021
1 parent 19c17a7 commit b486ef1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"dependencies": {
"@oclif/core": "^0.5.37",
"@oclif/core": "^0.5.38",
"@salesforce/core": "^3.6.1",
"@salesforce/kit": "^1.5.17",
"@salesforce/ts-types": "^1.5.20",
Expand Down
1 change: 1 addition & 0 deletions src/sfCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface SfCommandInterface extends Interfaces.Command {
*/

export abstract class SfCommand<T> extends Command {
public static enableJsonFlag = true;
public static configurationVariablesSection?: HelpSection;
public static envVariablesSection?: HelpSection;
public static errorCodes?: HelpSection;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^0.5.37":
version "0.5.37"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.37.tgz#acf8815bcb405851be59f2de5bafe74171f8dd8f"
integrity sha512-9tTIGfDJIGD7jt4jSCpIhwaALtztzTHGCXuKyj7PYtF0zs0/BayPa7YEFqJjaTjO3Ea53awxdIbL6kLS7bLyTg==
"@oclif/core@^0.5.38":
version "0.5.38"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.38.tgz#293e14e426fa340d68c549171925c6c18884b995"
integrity sha512-mR4YKwGAdVhN9mN7DEPnRl/fopmVu2C4xlJYI68+6nW/uZQzZ9WjsiRgjwAMOWdAju8mG35+sVlwSg0hDIlCCA==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down

0 comments on commit b486ef1

Please sign in to comment.