Skip to content

Tags: coveooss/sfdx4csharp

Tags

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from coveooss/home_folder_change_support

Added HomeFolder option to the CommandRunner

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge "sfdx-generator" in current project + rebuild with sfdx. (#17)

* Merge "sfdx-generator" in current project + rebuild with sfdx.
* Remove unused lib.
* Use typescript to generate classes.
* Remove beta tag.
* Clean up tsconfig and package.json
* Remove comments in json file.

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove generated file. (#14)

* Remove generated file in order to let it be generated by appveyor.

* Remove the disabling of auto-update.

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from coveo/fix-null-ref-when-no-options

fix null ref when no options in command

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Can disable --json flag and have additionals infos from command output.

In some case, we don't need to parse the result from the cli. The previous implementation was always enforcing the used of the flag.

This change addresses the need by:
- Remove the environment variable that enforce JSON output.
- Instead of returning a JToken, we now encapsulate this result and additional informations, like the raw standard output/error and the specific cli command used.

Other changes:
Use 4 space indentation in the templates and remove the duplicate json property from the templates.

Any important change(s):
The SFDXOptions will no longer throw if there is an error. Since the sfdx-cli change overtime, we prefer letting the user implements the error catching mechanism by using the standard error available in the additional informations in the SFDXResponse.

0.2.0

Toggle 0.2.0's commit message
Make possible to set working directory of the client (#11)

* + Make it possible to set the Working folder for the client to execute the commands in it.
* Make possible to change a client working directory + tests
* Replace tab by spaces
* Remove useless spaces and apply code format.
* bumping the project version

0.0.4

Toggle 0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pre-v0.0.4 cleanup (#7)

- Fixes the paths in task.json and launch.json
- Removes the appveyor file, will run in UI instead
- Uses x64 Only
- Uses an environment variable to store sfdx-cli's path.
- Bumps version to v0.0.4

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from benjamin-ross/feature/use-appveyor

test automation pipeline

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generated files reformat(#2)

* fix: Capitalizes the first letter of each generated filename and command function name.
* features: Uses the same file folder naming like sfdx-generator and sfdx-js
* features: Adding copyright generation.
* bump sfdx-generator version to 2.0.0
* bump nuget version to 0.0.2

0.0.1

Toggle 0.0.1's commit message