-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- executable is now "sf" - update readme - flake bump - version bump
- Loading branch information
1 parent
a7877ec
commit a269741
Showing
3 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
# sfdx-nix | ||
|
||
Simple NixOS flake that provides the [SFDX CLI](https://developer.salesforce.com/tools/sfdxcli). You can use it like any other flake. The executable name is `salesforce-cli` instead of `sf`. | ||
Simple Nix flake that provides the [SFDX CLI](https://developer.salesforce.com/tools/sfdxcli). You can use it like any other flake. | ||
|
||
This project is in no way affiliated with Salesforce. | ||
|
||
This project's license only covers the code in this repository, and is licensed | ||
under the same license that the SFDX CLI itself is. | ||
|
||
## Usage | ||
|
||
I hope the usage should be self-explanatory. This flake can be used like any other flake. For example, within the CLI: | ||
|
||
```sh | ||
nix run github:rfaulhaber/sfdx-nix | ||
``` | ||
|
||
is the same as just running `sf`. Similarly, | ||
|
||
``` sh | ||
nix shell github:rfaulhaber/sfdx-nix | ||
``` | ||
|
||
will add the `sf` command to your environment. | ||
|
||
You can add it to a NixOS configuration like any other flake as well. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters