@salto-io/cli
TypeScript icon, indicating that this package has built-in type declarations

0.3.57 • Public • Published

Salto - CLI

This project is the command line interface for Salto.

Download prebuilt executable binary releases

Salto is releasing a prebuilt executable binary of the CLI for all major operating systems here.

The prebuilt binaries are built using webpack and nexe.

Build instructions

yarn ; yarn build

E2E tests

E2E tests need valid SFDC credentials to run.

Configuration

When running the first salto init command, a configuration file will be created in $SALTO_HOME/.salto/salto.config/config.nacl. The file includes a unique installation ID (uuidv4) and telemetry settings, and it generally structured as follows:

salto {
  installationID = "947270fd-bd63-4925-8e14-2e012ed6aa4b"
  telemetry = {
      enabled = true
  }
}

Telemetry

Salto CLI collects and sends non personally identifiable usage data as part of its telemetry mechanism. Please see Telemetry for more info.

Do note that For dev builds, i.e. builds that are not the prebuilt executables released by Salto, the telemetry will be disabled.

Readme

Keywords

none

Package Sidebar

Install

npm i @salto-io/cli

Weekly Downloads

775

Version

0.3.57

License

Apache-2.0

Unpacked Size

480 kB

Total Files

133

Last publish

Collaborators

  • ori.moisis
  • hadarda
  • amitizle
  • saltoio