Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
sf-cli
Installs the next-generation Salesforce sf CLI. Running sf version inside the built container will print the sf binary version.
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/vercellone/devcontainer-features/sf-cli:1": {}
}
}$ sf version @salesforce/cli/2.x.x linux-x64 node-v18.x.x
sfdx-cli
Installs the legacy (deprecated) Salesforce sfdx CLI. Running sfdx version inside the built container will print the sfdx binary version.
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/vercellone/devcontainer-features/sfdx-cli:1": {}
}
}$ sfdx version sfdx-cli/7.194.1 linux-x64 node-v18.15.0
About
Dev Container Features for use in codespaces
Resources
Stars
0 stars
Watchers
1 watching