Setup

Instructions for setting up the DevGrid CLI.

The DevGrid CLI is available as a binary for easy setup.

Choose your operating system for platform specific commands.

curl -Lo devgrid-cli https://pkg.devgrid.io/latest/devgrid-latest-darwin-x64.tar.gz
curl -Lo devgrid-cli https://pkg.devgrid.io/latest/devgrid-latest-linux-x64.tar.gz
curl -Lo devgrid-cli https://pkg.devgrid.io/latest/devgrid-latest-windows-x64.tar.gz

macOS / Linux Setup

  1. Move the downloaded archive to a location where you want the program to live (e.g., a new Programs folder) and extract the executable.
  2. Navigate to your target folder:
    mkdir -p ~/Programs/your_app
    cd ~/Programs/your_app
  3. Decompress the archive:
    tar -xzf /path/to/download/program.tar.gz
  4. Run the Program: If you are in a different directory (e.g., your Documents folder) and want to execute the program without changing your location, you must use the full path.
  • Command:
    /home/user/Programs/your_app/your_program  # (Replace with your actual path)


Windows Setup

  1. Move the downloaded archive to a location where you want the program to live (e.g., a new Programs folder) and extract the executable.
  2. Navigate to your target folder: Find the compressed file in Windows Explorer.
  3. Extract the contents: Right-click the file and select Extract All....
  4. Execute the Program: From any Command Prompt or PowerShell window, you can execute the program by specifying its full path.
  • Command:
    C:\Programs\YourApp\your_program.exe


What’s Next

Learn the DevGrid CLI Commands