vercellone · GitHub

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

Readme

MIT license

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗