msb registry login
Store a registry username and password. Without--password-stdin, the CLI prompts for the password.
Read a token from stdin
Read a token from stdin
msb registry logout
Remove stored credentials for a registry.msb registry list
List configured registries without printing passwords. Aliases:msb registry ls, msb registries, and msb regs.
Headless authentication
For CI, configureregistries.hosts.<host>.auth.password_env in ~/.microsandbox/config.json. Advanced setups can use secret_name to reference a file under ~/.microsandbox/secrets/registries/.
Credentials are resolved in this order: explicit SDK auth, OS credential store, registry auth configuration, Docker configuration, then anonymous access.