Deploy with shared
Shared mode keeps the same root verbs as solo, but the control plane owns organization, project, environment, release, token, and node coordination.
devopsellence init --mode shareddevopsellence node create prod-1 --provider hetznerdevopsellence deploy --dry-rundevopsellence deploydevopsellence statusRegister an existing server when the VM already exists:
devopsellence node registerBy default, registration generates a token scoped to the current environment. Run the output command on the server to install the node agent and attach the node.
Shared mode is the right default when API tokens, browser auth, team workflows, and hosted/self-hosted coordination are part of the product requirement.