Skip to content

Commit

Permalink
refactor: decommissionate sgd
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Dec 18, 2021
1 parent 7185d49 commit a1b9768
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 77 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Because this plugin is not signed, you will get a warning saying that "This plug

If you run your CI/CD jobs inside a Docker image, you can add the plugin to your image. Here is an example of a Dockerfile including the SGD plugin: https://github.com/mehdisfdc/sfdx-cli-gitlab

⚠️ The Salesforce CLI plugin is now the only supported way to install SGD. There used to be another way to install it directly through yarn or npm. The legacy `sgd` command is now deprecated and will be decommissioned soon.
⚠️ The Salesforce CLI plugin is now the only supported way to install SGD. There used to be another way to install it directly through yarn or npm. The legacy `sgd` command is now deprecated and decommissioned.

### Prerequisites

Expand Down
16 changes: 0 additions & 16 deletions __tests__/integration/cli.test.js

This file was deleted.

57 changes: 0 additions & 57 deletions bin/cli

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"/oclif.manifest.json"
],
"main": "lib/main.js",
"bin": {
"sgd": "./bin/cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scolladon/sfdx-git-delta.git"
Expand Down

0 comments on commit a1b9768

Please sign in to comment.