griffon

module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: MIT

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/griffon@v0.0.2
    
  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

Directories

Path Synopsis
cmd
Code generated by MockGen.
Code generated by MockGen.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL