Solution CLI Setup
To download the Solution CLI follow the steps:
- Go into the Solution Designer and open your modeled solution.
- Go to the Solution CLI Tab expand Solution CLI setup section
- You will find a downloadble link for the latest Solution CLI. (Step 1 in UI)
- 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
- You need to have installed it first (see above step)
- Go into the Solution Designer and open your modeled solution.
- Go to the Solution CLI Tab and expand Solution CLI setup section.
- You will find a downloadble link for the CLI configuration file cli-config.json. (Step 3 in UI)
- Setup the configurations (Step 4 in UI):
fss setup --file <downloadFolder>/cli-config.json
To setup the Solution CLI to work with Solution Envoy
- Go to Solution Envoy dashboard.
- Login with valid credintails.
- Click on Infrastructure section.
- Download the configuration file.
- Copy value of CLI Setup command.
- Execute the command in the Solution CLI.