nself up
هذا المحتوى غير متوفر بلغتك بعد.
nself up
Section titled “nself up”Alias for
nself start. Boots the ɳSelf stack.
Synopsis
Section titled “Synopsis”nself up [flags]Description
Section titled “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.
See cmd-start for the full flag list. The alias passes through every flag without modification.
Examples
Section titled “Examples”# Same as: nself startnself up# Alias honors all start flagsnself up --verbose