All Commands Reference

nself CLI v0.4.8

Complete reference for all nself CLI commands. Use the search and filters below to find specific commands, or browse by category.


Showing 31 of 31 commands

Core Commands

(10)

Environment Commands

(1)

Database Commands

(1)

Deployment Commands

(3)

Services Commands

(6)

Utilities Commands

(10)

Global Options

These options are available for all nself commands:

OptionDescription
--verbose, -vEnable verbose output
--quiet, -qSuppress output
--help, -hShow help information
--versionShow version information
--envSpecify target environment

Getting Help

Use nself [command] --help to get detailed help for any command, including examples and all available options.

# Examples
nself --help           # General help
nself deploy --help    # Help for deploy command
nself db --help        # Help for database commands

Next Steps