Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 908 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 908 Bytes

Chalk Quickstart

  1. Install Chalk

    Install the Chalk command line tool. The Chalk CLI allows you to create, update, and manage your feature pipelines directly from your terminal.

    curl -s -L https://api.chalk.ai/install.sh | sh

  2. Login or sign up

    Login or signup with Chalk directly from the command line. The chalk login command will open your browser and create an API token for your local development.

  3. Deploy your features

    Deploy your feature pipeline to production. After you've written some features and resolvers, use the chalk apply command to deploy your feature pipelines.

  4. Query your features

    Query your features directly from the command line with chalk query to see that they're live and available.