app / adom-platform-cli
!

Not installable via adompkg

This app has no published release. adompkg install kyle/adom-platform-cli will not work until a maintainer publishes a tarball with install.sh and uninstall.sh.

See the publishing docs for the package.json schema and tarball layout required to ship this app.

Rust CLI for the Adom Carbon/Hydrogen platform API. Controls containers, repos, orgs, workspaces, screenshots, recordings, and user profiles.

Commands

Category Commands
Containers containers list, containers current, containers create
Repos repos list, repos create, repos get
Orgs orgs list, orgs create, orgs invitations
User user get, user update, user orgs, user ssh-keys
Workspace hydrogen workspace get, workspace add-tab, workspace remove-tab
Webview hydrogen webview open-or-refresh, webview navigate, webview refresh
Screenshot hydrogen screenshot panel, screenshot workspace, screenshot screen
Recording hydrogen recording start, recording stop
Admin admin users invite, admin orgs create, admin orgs add-member

Installation

Pre-installed on all Adom containers. For manual install:

curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-cli/adom-cli \
  -o /tmp/adom-cli && chmod +x /tmp/adom-cli && \
  sudo install -m 0755 /tmp/adom-cli /usr/local/bin/adom-cli

Requires /var/run/adom/api-key for authentication (auto-provisioned on Adom containers).