Rad Command Reference
This reference describes all the commands available in the Rad CLI tool.
Installation Commands
Installing Rad
You can install Rad using our official installer scripts:
Basic Commands
rad --help
Display help information about Rad commands
rad check
Check gem compatibility with the current platform
rad env
Display environment information
rad stats
View statistics about your Rad installation and project
rad config
View and modify Rad configuration settings
rad install
Install the dependencies specified in your Gemfile
rad add
Add a new gem to your Gemfile
Advanced Commands
rad platform
Manage platform compatibility for your gems
rad exec
Execute a command in the context of the current project dependencies
rad exec
provides a fast runtime environment with all your project's gems properly configured. It runs commands faster than bundle exec
, setting up the correct Ruby environment with all necessary load paths and environment variables.
Exec Command Options
Performance Optimization
rad stats project
View performance statistics about your project
rad check --platform
Check gem compatibility with specific platforms
Configuration Commands
rad config get
View Rad configuration settings
rad config set
Modify Rad configuration settings
rad version
Display the current version of Rad