package
0.0.0-20240601220216-4db27722a3d5
Repository: https://github.com/markelca/toggles.git
Documentation: pkg.go.dev
# README
cli
This tool offers utilities to interact with the togggles API.
To build it, run:
go build -o bin/tg cmd/cli/*.go
To run it, run:
./bin/tg --help
This tool offers utilities to interact with the togggles API.
Usage:
tg [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
db Database utilities
flag Flag utilities
help Help about any command
user User utilities
Flags:
-h, --help help for tg
Use "tg [command] --help" for more information about a command.