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

nself down

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

Alias for nself stop. Shuts down the ɳSelf stack.

nself down [SERVICES...] [flags]

nself down is a hidden alias for cmd-stop. It is registered in cmd/commands/aliases.go and re-uses the same RunE handler as stopCmd. Flags, positional arguments, and behavior are identical.

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

See cmd-stop for the full flag list (includes --graceful, --volumes, --rmi, --remove-orphans). The alias passes through every flag without modification.

Terminal window
# Same as: nself stop
nself down
Terminal window
# Stop only specific services
nself down postgres redis
Terminal window
# Remove volumes (destroys data)
nself down --volumes

Commands | Home