Explore the full reference guide for GitBook’s CLI commands
gitbook auth
Authenticate the CLI with a GitBook Developer API token. You can generate a personal developer token in your GitBook Developer settings.
The token can also be provided using the command line argument --token=<token>; If none is provided, it'll be prompted.
gitbook new <dir>
Create and initialize a new integration locally. The program will prompt for information about the integration.
gitbook dev
Create a live connection from your integration to your GitBook editor. Updates made locally while the connection is running will automatically be received in the editor.