Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Orbita Command Line Interface is a standalone package that can export your whole project from one environment and import the project in another environment.

Mac OS

Please follow the below document for the steps to follow in Mac Operating System.

  1. Download the zip file orbita-cli-macos (attached)

  2. Unzip the file to a folder (the name will be orbita-cli-macos by default).

  3. Go to the Terminal.

  4. Navigate to the unzipped orbita-cli-macos folder in the terminal. (using cd <filepath>)

  5. Run the below command to save the configuration.

    ./orbita-cli-macos config -sE https://source.orbita.cloud:8443 -dE https://destination.orbita.cloud:8443 -sP 5dbbe3267cb6da5c2ff1278b -dP 5f923dd546a487006fc6867b -sU sourceuser@example.com -dU destinationuser@example.com
  6. Confirm configuration with this command

    ./orbita-cli-macos config -l

Help command ./orbita-cli-macos config -h

Ubuntu

Related Articles

  • No labels