Installation¶
Prerequisites¶
- Ruby 3.2 or later
- Bundler gem
- Git
Installation Steps¶
1. Clone the Repository¶
2. Install Dependencies¶
Install the required Ruby gems:
3. Install SQA Gem Dependencies¶
The SQA gem needs its dependencies installed:
4. Make Executable¶
Ensure the CLI is executable:
5. Verify Installation¶
Check that everything is working:
You should see:
And all tests should pass:
Optional: Add to PATH¶
To use sqa-cli from anywhere, add the bin directory to your PATH:
Then you can run:
Troubleshooting¶
Missing Gems¶
If you see errors about missing gems, make sure both projects have their dependencies installed:
Permission Denied¶
If you see "Permission denied" when running the CLI:
Ruby Version Issues¶
Check your Ruby version:
If it's below 3.2, consider using a Ruby version manager like rbenv or rvm to install a newer version.
Next Steps¶
- Read the Quick Start Guide to begin using SQA CLI
- Check out Usage Examples for detailed command examples
- Review Sample Data to understand the test data available