Solution CLI Setup

To download the Solution CLI follow the steps:

  1. Go into the Solution Designer and open your modeled solution.
  2. Go to the Solution CLI Tab expand Solution CLI setup section
  3. You will find a downloadble link for the latest Solution CLI. (Step 1 in UI)
  4. Install the Solution CLI (Step 2 in UI):
npm install -g <CLI download Folder>/CLI.tar

To setup the Solution CLI to work with Design Time

  1. You need to have installed it first (see above step)
  2. Go into the Solution Designer and open your modeled solution.
  3. Go to the Solution CLI Tab and expand Solution CLI setup section.
  4. You will find a downloadble link for the CLI configuration file cli-config.json. (Step 3 in UI)
  5. Setup the configurations (Step 4 in UI):
fss setup --file <downloadFolder>/cli-config.json

To setup the Solution CLI to work with Solution Envoy

  1. Go to Solution Envoy dashboard.
  2. Login with valid credintails.
  3. Click on Infrastructure section.
  4. Download the configuration file.
  5. Copy value of CLI Setup command.
  6. Execute the command in the Solution CLI.