Skip to content

Guepard-Corp/homebrew-guepard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Guepard Homebrew Tap

This tap provides the Guepard CLI (guepard) - Git, but for Data.

Installation

# Add the tap
brew tap guepard-corp/guepard-cli

# Install guepard
brew install guepard

Usage

After 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

Documentation

License

This project is licensed under the Guepard License.

About

Homebrew tap for Guepard CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages