Reference
The GitBook Integration Platform is currently in alpha. It's not opened to developers just yet.
References for the command line utility
gitbook
. The program can be used to create, test and publish integrations for the GitBook.com platform.Install using
npm install @gitbook/cli -g
.Authenticate the CLI with a GitBook.com API token. The token can be provided using the command line argument
--token=<token>
; if none is provider, it'll be prompted.Create and initialize a new integration locally. The program will prompt for information about the integration.
Publish the integration defined in the
<manifest>
YAML file.Print information about the currently authenticated user.
Last modified 6mo ago