Install Saga CLI
Installation (Linux or Mac)
At the shell prompt, type to unarchive and install the cli in the desired path
Example:
If the directory is not in the PATH
, add it to the PATH
depending on your host operating system and shell used. Example, on Linux you would use:
We recommend adding this change to your shell's profile (~/.profile
or ~/.bashrc
or ~/.bash_profile
).
On some versions of MacOS, you will need to remove the newly downloaded binary from quarantine by using the following command in your terminal:
xattr -d com.apple.quarantine /path/to/sagacli
Test that sagacli
has been installed by running sagacli
from any shell prompt. You should get an output like this:
Last updated