Developer workflow
One command surface.
Login, profile, init, release, patch, verify, deploy, and rollback keep the same names and semantics across endpoints.
Review the product pathSelf-hosted
Managed and self-hosted work use one profile shape: endpoint, authenticated session, organization, application, and environment. Profiles contain metadata only. Credentials are stored separately and bound to the endpoint origin and API base path.
# managed default
$ hyfens login
# self-hosted profile
$ hyfens login \
--host https://hyfens.example.com \
--profile acme
# deploy through the active profile
$ hyfens deployDeveloper workflow
Login, profile, init, release, patch, verify, deploy, and rollback keep the same names and semantics across endpoints.
Review the product pathIdentity authority
Short-lived access JWTs, revocable server sessions, and authoritative membership authorization serve the CLI and web dashboard together.
Review the security modelThe current self-hosted path is a local and single-node reference. It is useful for exercising the workflow, not a claim of packaged production hosting or high availability.
See the open workflow and the current distribution boundary.