Changed
helix init, helix dev, and helix deploy now require you to be logged in - they start the…
You no longer need to run helix login separately before starting work. If you run helix init, helix dev, or helix deploy without an active session, the CLI automatically starts the login flow for you. This means fewer steps to get going, but also means these commands will not run in unauthenticated contexts - keep this in mind for CI scripts that previously skipped login.