Installation

Get started with the installation process.

Supported OS and Distributions

Windows

Download the latest version of the PRAS CLI Tool for Windows. You will receive a .exe file. Run the file and follow the installation process to complete the setup and access the CLI. After installation, restarting your system is recommended (though not mandatory). If you choose not to restart, make sure to close and reopen any open terminal windows. You can then access the CLI by typing pras in the terminal.

Run the following command to get information about the CLI

pras --help

Linux

Download the latest version of the PRAS CLI Tool for Linux. Then run the following commands in the terminal to install the CLI.

Debian-based distributions

sudo dpkg -i pras-cli-*.deb
    # or
    sudo apt install pras-cli-*.deb

Red Hat-based distributions

sudo rpm -i pras-cli-*.rpm
    # or
    sudo dnf install pras-cli-*.rpm
    # or
    sudo yum install pras-cli-*.rpm

Run the following command to get information about the CLI

pras --help