CLI Installation
Installation
Install the Alternate Futures CLI globally using npm:
bash
npm install -g @alternatefutures/cliOr with pnpm:
bash
pnpm add -g @alternatefutures/cliOr with yarn:
bash
yarn global add @alternatefutures/cliVerify Installation
After installation, verify the CLI is working:
bash
af --versionAuthentication
Before using the CLI, you'll need to authenticate:
bash
af loginThis 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