1.0.0 • Published 6 years ago

outline-cli v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

outline-cli

Command line tool for Outline to import your existing documentation.

Installation

You'll need Node and npm to install outline-cli:

npm install outline-cli -g

Usage

Before you can start, you'll need to login with your outline account:

outline login

This will open Outline in a web browser and provide you with a secret token which you'll need for login.

Import local gitbook

outline import /path/to/gitbook --gitbook

You can leave path empty if you're in the root directory of your gitbook, and book.json:

outline import --gitbook

Contributing

Feel free to send pull requests and issues. We're open to add further import and export methods but if you're looking to add other functionality, please open an issue for discussion first.

License

MIT