Skip to content

CLI Installation

Installation

Install the Alternate Futures CLI globally using npm:

bash
npm install -g @alternatefutures/cli

Or with pnpm:

bash
pnpm add -g @alternatefutures/cli

Or with yarn:

bash
yarn global add @alternatefutures/cli

Verify Installation

After installation, verify the CLI is working:

bash
af --version

Authentication

Before using the CLI, you'll need to authenticate:

bash
af login

This will open your browser to authenticate with your Alternate Futures account.

Next Steps

  • View available commands: af --help
  • See the Commands Reference for detailed command documentation
  • Check out the Guides for usage examples

Released under the MIT License.