Alias for nself start. Starts the full nSelf stack for the current project. Kept for muscle memory — both commands are identical.
# These are identical
nself up
nself startnself up [FLAGS]nself up is a convenience alias for nself start. It accepts all the same flags and produces identical output. If you are used to typing docker compose up ordocker-compose up, nself up is the equivalent nSelf command — without you needing to touch a compose file directly.
The full documentation for what this command does, its flags, exit codes, and examples is on thenself start page.
| Flag | Type | Default | Description |
|---|---|---|---|
--env | string | local | Target environment: local, staging, prod |
--detach | bool | false | Run in background (same as -d) |
--service | string | all | Start a single named service only |