Skip to main content
CommandPurpose
elding loginAuthenticates the CLI through your browser.
elding logoutRevokes the token and removes it locally.
elding whoamiDisplays the signed-in email address.
elding statusShows the connection, active set, and proxy status.
elding doctorDiagnoses the token, set, keys, and proxy.
elding initLinks the project to a set.
elding use <name>Changes the active set.
elding setsLists accessible sets.
elding keysLists key names, never their values.
elding run -- <cmd>Runs a command with secrets in process.env.
elding proxy -- <cmd>Runs a command behind the proxy.

Example

elding login
elding init
elding proxy -- node app.js