Categorygithub.com/twelvelabs/envctl
modulepackage
0.2.0
Repository: https://github.com/twelvelabs/envctl.git
Documentation: pkg.go.dev

# README

envctl

build codecov

Manage project environment variables with ease. ✨

Installation

Using Homebrew

brew install twelvelabs/tap/envctl

Pre-built binary

Download a pre-built binary from the Releases page.

From source

# main branch
go install github.com/twelvelabs/envctl@latest
# or a specific version tag
go install github.com/twelvelabs/[email protected]

Usage

TODO

Development

# Ensures all required dependencies are installed
# and bootstraps the project for local development.
make setup

# Run tests.
make test

# Run the app.
make run

# Show help.
make