تخطَّ إلى المحتوى

nself up

هذا المحتوى غير متوفر بلغتك بعد.

Alias for nself start. Boots the ɳSelf stack.

nself up [flags]

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.

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

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

Commands | Home