Categorygithub.com/bensooraj/griffon
module
0.0.2
Repository: https://github.com/bensooraj/griffon.git
Documentation: pkg.go.dev

# README

Griffon

Installation

To install Griffon, follow these steps:

  1. Make sure you have Go installed on your machine.

  2. Open a terminal and run the following command to install Griffon:

    go install github.com/bensooraj/griffon/cmd/[email protected]
    
  3. Once the installation is complete, you can verify it by running:

    griffon version
    

    This should display the version number of Griffon.

Usage

To use Griffon, follow these steps:

  1. Open a terminal and navigate to your project directory.

  2. Run the following command to initialize Griffon in your project:

    griffon init
    

    This will create two files griffon.hcl and startup_script.my_script.sh in your project directory.

  3. Create an SSH key pair at ~/.ssh/id_ed25519.pub by running the following command,

    ssh-keygen -t ed25519 -C "<your-email-id>"
    
  4. Run the following command to create the Vultr resources:

    export VULTR_API_KEY=<your vultr API key>
    griffon create -f griffon.hcl
    

    This will execute the Griffon command and perform the tasks specified in your griffon.yaml file.

License

Griffon is licensed under the MIT License

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Code generated by MockGen.
No description provided by the author
No description provided by the author