Quick CLI setup for Ollie Shop development. Install, authenticate, and start building in under 2 minutes.

Install

npm install -g @ollie-shop/cli
ollieshop --version
Should show version number (e.g., 2.1.4)

Authenticate

1

Login

ollieshop login
Opens browser for OAuth authentication
2

Choose Provider

GitHub

Best for teams with existing GitHub workflows

Google

Quick single sign-on for business users

Email

Secure email-based authentication
3

Verify

ollieshop whoami
Should display your user information and available stores
Ready! CLI is installed and authenticated. Start with the Developer Quickstart to build your first component.

Quick Test

Verify everything works:
# Check authentication
ollieshop whoami

# List your stores  
ollieshop store list

# View available commands
ollieshop --help
Authentication tokens are stored securely in ~/.ollie-shop/credentials.json

Troubleshooting