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.gzcurl -Lo devgrid-cli https://pkg.devgrid.io/latest/devgrid-latest-linux-x64.tar.gzcurl -Lo devgrid-cli https://pkg.devgrid.io/latest/devgrid-latest-windows-x64.tar.gzmacOS / Linux Setup
- Move the downloaded archive to a location where you want the program to live (e.g., a new
Programsfolder) and extract the executable. - Navigate to your target folder:
mkdir -p ~/Programs/your_app cd ~/Programs/your_app - Decompress the archive:
tar -xzf /path/to/download/program.tar.gz - Run the Program: If you are in a different directory (e.g., your
Documentsfolder) 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
- Move the downloaded archive to a location where you want the program to live (e.g., a new
Programsfolder) and extract the executable. - Navigate to your target folder: Find the compressed file in Windows Explorer.
- Extract the contents: Right-click the file and select Extract All....
- 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
Updated 3 months ago
