CLI

Planned

Run executions and pull artifacts from a terminal, or from a build step.

What it is
A single binary speaking to the same API, with local credentials and machine-readable output.
Why it matters
Some checks belong in CI rather than a browser: a contract analysed on every deploy, a report attached to a release.
What it will enable
  • login
  • init
  • execute
  • report
  • artifacts
  • providers
  • version

Commands

The intended surface. None of these exist yet.

terminalillustrative
molthood login                 # store credentials for this machine
molthood init                  # create molthood.json in the current project
molthood execute 0x...         # run an analysis and print the findings
molthood report <execution>    # render a report
molthood artifacts <execution> # download every file a run produced
molthood providers             # what this deployment can currently do
molthood version

Installation

Package names are reserved intentions, not published artifacts.

installillustrative
npm  install -g @molthood/cli
brew install molthood/tap/molthood
curl -fsSL https://molthood.org/install.sh | sh

Not available yet

Not published. The commands below describe the intended surface.

There is nothing to configure here yet.