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

Install

npm install -g @ollie-shop/cli

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

Quick Test

Verify everything works:
# Check authentication
ollieshop whoami

# List your stores  
ollieshop store list

# View available commands
ollieshop --help

Troubleshooting

Next Steps

Ready! CLI is installed and authenticated. Start with the Developer Quickstart to build your first component.