Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
fix: backout sf command
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Sep 15, 2021
1 parent 8c15720 commit a405845
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 90 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"dependencies": {
"@oclif/command": "^1.5.17",
"@oclif/core": "^0.5.35",
"@oclif/errors": "^1.2.2",
"@oclif/parser": "^3.8.3",
"@oclif/plugin-help": "^2.2.0",
Expand Down
3 changes: 0 additions & 3 deletions src/exported.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import { Flags } from '@oclif/core';
import { Result, SfdxCommand, SfdxResult } from './sfdxCommand';
import { flags, FlagsConfig } from './sfdxFlags';
import { TableOptions, UX } from './ux';
import { SfCommand, SfCommandInterface } from './sfCommand';

export { Result, SfdxCommand, SfdxResult, FlagsConfig, flags, TableOptions, UX };
export { SfCommand, SfCommandInterface, Flags };
62 changes: 0 additions & 62 deletions src/sfCommand.ts

This file was deleted.

25 changes: 1 addition & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,29 +444,6 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^0.5.35":
version "0.5.35"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.35.tgz#20d6dd2be4c78449227c2912aa23e4d451d7add5"
integrity sha512-5nTd+lOcDh1QPa9mM74qFChmApp5oHnP3EqYGYwqhfA3ad4qIfyYEn8pKxf0MlrYoPA8j2PrmceuRZThstKssA==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-ux "^5.1.0"
debug "^4.1.1"
fs-extra "^9.0.1"
get-package-type "^0.1.0"
globby "^11.0.1"
indent-string "^4.0.0"
is-wsl "^2.1.1"
lodash.template "^4.4.0"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
tslib "^2.0.0"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/dev-cli@^1":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd"
Expand Down Expand Up @@ -1452,7 +1429,7 @@ cli-ux@^4.9.3:
treeify "^1.1.0"
tslib "^1.9.3"

cli-ux@^5.1.0, cli-ux@^5.2.1:
cli-ux@^5.2.1:
version "5.6.3"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.3.tgz#eecdb2e0261171f2b28f2be6b18c490291c3a287"
integrity sha512-/oDU4v8BiDjX2OKcSunGH0iGDiEtj2rZaGyqNuv9IT4CgcSMyVWAMfn0+rEHaOc4n9ka78B0wo1+N1QX89f7mw==
Expand Down

0 comments on commit a405845

Please sign in to comment.