Releases: auraimage/cli
Releases · auraimage/cli
v1.1.0
Minor Changes
- 28ba3af: Per-project Secret Keys, project-scoped
aura init, and richeraura upload.aura initis project-scoped. It either takes--project <name>or shows an interactive project picker (with a + Create new project option). Each run mints a fresh Secret Key namedcli-<hostname>(overridable via--name) by POSTing to/v1/projects/:projectName/secret-keys, and prints an env block ofAURA_PROJECT=…andAURA_SECRET_KEY=sk_live_…— no file writes. Set both in your env manager;AURA_SECRET_KEYis server-side only.aura rotate-keyis removed. The zero-downtime rotation flow is now: mint a new key withaura init(or in the dashboard) → redeploy → revoke the old one in the dashboard.aura upload <path>accepts a single image file or a directory. Directory mode recurses into subdirectories, skipping dot-dirs (.git,.next, …) andnode_modules/dist/build. Uploaded filenames preserve the path relative to the upload root.--project-nameonaura uploadis now optional: omit it for an interactive picker. Still required with--json(no TTY).- Friendlier, human-voice messages across
login,logout, andupload.