v0.7.0
CLI 0.7.0 — One-step daemon onboarding
nca daemon register now offers to start the daemon immediately after registration, so connecting a new local machine takes one extra keystroke instead of a second manual command.
Highlights
- After
nca daemon register --token <TOKEN>succeeds in an interactive shell, the CLI promptsStart the daemon now? [Y/n]. PressingEnterorystarts the daemon detached; pressingnkeeps the existing register-only behaviour. - Added
-y/--yesflag for non-interactive setups (CI, unattended provisioning):nca daemon register --token <TOKEN> -yregisters and starts the daemon in one shot, no prompt. - Behaviour in non-TTY shells without
-yis unchanged: the command only registers and prints the existingNext: run nca daemon starthint.
Notes
- The web app’s Settings → Local daemons now renders the full
nca daemon register --token <TOKEN>command in a copy-ready block so it can be pasted straight into a terminal — see the new Register a local machine doc for the end-to-end flow. - Use
nca update --force --yesto reinstall the latest standalone binary.