-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: rename Salesforce to sfdx #1829
refactor: rename Salesforce to sfdx #1829
Conversation
5f4ee4f
to
3745b8e
Compare
Hi @chingor13 ! I don't know why the tests are failing. Should I do something on my end ? |
257709d
to
608217c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't really take this now, because it'd be a breaking change for users. It'd be possible to rename the class while keeping an alias for users' configuration that could specify salesforce
or sfdx
as the release-type
.
50201e6
to
3771b4a
Compare
I have added back the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, almost there.
Also, is there an issue driving the need for this rename?
__snapshots__/cli.js
Outdated
@@ -42,7 +42,7 @@ Options: | |||
[choices: "dart", "dotnet-yoshi", "elixir", "expo", "go", "go-yoshi", "helm", | |||
"java", "java-backport", "java-bom", "java-lts", "java-yoshi", | |||
"java-yoshi-mono-repo", "krm-blueprint", "maven", "node", "ocaml", "php", | |||
"php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "salesforce", "simple", | |||
"php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "sfdx", "simple", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave both salesforce
and sfdx
as options for the CLI in case those are being used
__snapshots__/cli.js
Outdated
@@ -241,7 +241,7 @@ Options: | |||
[choices: "dart", "dotnet-yoshi", "elixir", "expo", "go", "go-yoshi", "helm", | |||
"java", "java-backport", "java-bom", "java-lts", "java-yoshi", | |||
"java-yoshi-mono-repo", "krm-blueprint", "maven", "node", "ocaml", "php", | |||
"php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "salesforce", "simple", | |||
"php-yoshi", "python", "ruby", "ruby-yoshi", "rust", "sfdx", "simple", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave both salesforce
and sfdx
as options for the CLI in case those are being used
I have not created a new issue, I reused the first one |
to avoid breaking change make it disappear from documentation so newcomers will not use it
3771b4a
to
5f49249
Compare
This is a good PR. Thank you, @scolladon |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #1814 🦕