macOS
brew install atomist-clilocal Homebrew formula metadata
brew
Unified command-line tool for interacting with Atomist services. Version 1.8.0 via Homebrew; verified 2026-06-22.
install
brew install atomist-clilocal Homebrew formula metadata
overview
Unified command-line tool for interacting with Atomist services
history
Atomist CLI is the command-line client for Atomist's software delivery automation platform. It connected local developer machines to Atomist services, workspaces, GraphQL schema fetching, Software Delivery Machine development, and Kubernetes helper workflows.
The official README defines the Atomist CLI as a unified command-line tool for interacting with Atomist services. The package is a Node.js command distributed as the npm package @atomist/cli and, for macOS users, as the Homebrew formula atomist-cli.
The changelog shows an active 2018 to 2019 release train around the Atomist 1.0 milestone. Early versions added install messaging, Windows fixes, workspace login/configuration, Homebrew formula support, SDM-related commands, GraphQL schema fetching, and Kubernetes commands. Release 1.8.0 in September 2019 deprecated or removed some outdated commands while adding debug/dev flags and changing Kubernetes command naming.
Adoption was tied to Atomist users rather than general Unix users. The README says users needed an Atomist workspace to interact with the Atomist API, and it points developers to Atomist's getting-started and developer prerequisites docs.
The CLI mattered most inside Atomist's ecosystem: configuring API keys and workspaces, starting local Software Delivery Machines, fetching GraphQL schema for API clients, and installing Kubernetes utilities into clusters. Homebrew support made it feel like a normal macOS developer tool even though its useful surface depended on Atomist's hosted services.
The README documents `atomist config` for local configuration, `atomist kube --environment=MY_CLUSTER` for Kubernetes utilities, `atomist gql-fetch` for downloading a workspace GraphQL schema, and `atomist --help` for command discovery.
The official source writes an API key and workspace IDs into the user configuration after validating the key and optionally creating one through an Atomist browser login flow. In practice, the CLI was a bootstrap and glue tool: install it, authenticate, connect a workspace, then use it to drive Atomist SDM and platform workflows.
Atomist CLI is interesting to package nerds because it is a Homebrew-packaged Node CLI for a hosted developer automation service. The formula installed a local command, but the command's value came from remote Atomist APIs, which is a pattern common to modern DevOps CLIs.
Its changelog also captures a short, intense ecosystem period: milestone releases in 2018, rapid SemVer increments in 2019, and then little public release activity after the 1.8.x line. That makes it a snapshot of the Atomist SDM era rather than a broadly adopted general-purpose Unix utility.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.atomist/client.config.json~/.atomist/client.config-${profile}.jsonCredential-bearing paths to review before unattended agent runs.
~/.atomist/client.config.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
@atomist | cli | global executable | |
atomist | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/atomist/cli
install metadata
| Package key | brew:atomist-cli |
|---|---|
| Version | 1.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/atomist-cli |
| Homepage | https://github.com/atomist/cli |
| Repository | https://github.com/atomist/cli |
| Upstream docs | https://docs.atomist.com/ |
| License | Apache-2.0 |
| Source archive | https://registry.npmjs.org/@atomist/cli/-/cli-1.8.0.tgz |
| Last updated | 2026-06-22T14:02:47-07:00 |
| Pulse | updated |
| Dependencies | macos-term-size, node |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | atomist-cli |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.