Skip to content
/ newcli Public
forked from nitrictech/cli

Golang CLI for the Nitric Framework

License

Notifications You must be signed in to change notification settings

tjholm/newcli

 
 

Repository files navigation

Nitric Logo

Nitric CLI

Overview

Nitric provides a command-line interface (CLI) to assist with various tasks when building applications with Nitric. To view a list of available commands, you can call the CLI without specifying any subcommands or arguments:

nitric

Help and Documentation

Each command is self documented and provides a "help" interface describing the usage, arguments and options for the command. Use the help command to view the help information for any other command:

# Example displaying help for the `build` command
nitric help build

Bash Completion

eval "$(nitric completion bash)"

About

Golang CLI for the Nitric Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.8%
  • Other 1.2%