blacksmith
The Blacksmith CLI allows developers and operators to manage and run a Blacksmith application.
Example:
$ blacksmith --help
NAME:
blacksmith - Blacksmith CLI
USAGE:
blacksmith [global options] command [command options] [arguments...]
COMMANDS:
env Outputs the current Blacksmith environment
generate Generates Blacksmith files
migrations Manages migrations across integrations
namespaces Manages multi-tenancy with namespaces
run Runs operations and queries across integrations
start Starts a server, worker, or gateway
version Outputs the current Blacksmith version
login Logs into the Nunchi Customer Portal
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
Global optional flags
The following flags are shared across every commands.
-
--help
: Prevents the command to be executed and display the help of the said command instead.Example:
$ blacksmith migrations status --help
Is something missing?
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the repository. Once we merge it, the changes will be reflected on the website the next time it is deployed.
Thank you for your contributions!