This tap provides the Guepard CLI (guepard) - Git, but for Data.
# Add the tap
brew tap guepard-corp/guepard-cli
# Install guepard
brew install guepardAfter installation, you can use guepard commands:
# Initialize a new Guepard repository
guepard init .
# Deploy with database configuration
guepard deploy --database_provider=MySQL --database_version=8
# Create a commit
guepard commit -m "Initial version"
# List branches
guepard branch
# Create a new branch
guepard branch develop
# Switch to a branch
guepard checkout develop
# View commit history
guepard log
# Manage compute instances
guepard compute status
guepard compute start
guepard compute stop
guepard compute restart- Website: https://www.guepard.run
- Documentation: https://docs.guepard.run
- GitHub: https://github.com/Guepard-Corp/guepard-cli
This project is licensed under the Guepard License.