@glassly/cli
v2.0.0-dev.0
Published
Glassly developer CLI — build, publish, and manage Glassly miniapps (Cloud V2). Bun-only.
Readme
@glassly/cli
The Glassly developer CLI — the glassly command. Build, publish, and manage
Glassly miniapps against the Cloud V2 developer console.
It wraps @glassly/miniapp-cli
(the dev / build / pack author flow) and adds account and store operations:
login, whoami, org, miniapps, releases, and publish.
Bun-only. This CLI ships as TypeScript and runs under Bun (
#!/usr/bin/env bun). Usebun/bunx, notnpx/Node.
Install
bun add -g @glassly/cli@dev
glassly --helpOr run without installing:
bunx @glassly/cli@dev --helpCommon commands
glassly login # sign in to the Glassly Developer Console
glassly dev # local dev server with a signed Cloud V2 identity
glassly build # build the current miniapp
glassly pack # zip dist/ into a submittable release
glassly publish # upload + publish a release
glassly miniapps list # miniapps owned by your org
glassly releases submit # submit an uploaded release for reviewRun glassly <command> --help for the full option set.
