godmode

Extensions

Install, inspect, and manage godmode extensions.

Manage

godmode ext install [name]

Sources

SourceExample
Built-in namegodmode ext install stripe
Npm packagegodmode ext install @acme/my-ext
Local foldergodmode ext install ./my-extension
Manifest filegodmode ext install ./my-extension/manifest.yaml

A bare name resolves to @godmode-cli/[name] on npm. Scoped packages install as-is.

Each extension declares its own auth. Run godmode [name] --help to see which env var to set.

On this page