cmd up - nself-org/cli GitHub Wiki

nself up

Alias for nself start. Boots the ɳSelf stack.

Synopsis

nself up [flags]

Description

nself up is a hidden alias for cmd-start. It is registered in cmd/commands/aliases.go and re-uses the same RunE handler as startCmd. Flags and behavior are identical.

Use either command interchangeably. up exists for muscle memory from docker compose up.

Flags

See cmd-start for the full flag list. The alias passes through every flag without modification.

Examples

# Same as: nself start
nself up
# Alias honors all start flags
nself up --verbose

See Also

← [Commands]] ](/nself-org/cli/wiki/[[Home) →