0.4.10 • Published 1 year ago

openline v0.4.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

contributions welcome license stars twitter slack

👋 Overview

This guide will get you up and running with Openline in less than 5 minutes.

The Openline CLI is a NodeJS app that makes it easy to setup and manage Openline apps directly from the terminal. It's an essential part of using Openline. To use the Openline CLI, you'll need Node.js version 16.14 or above installed on your machine.

🚀 Installation

Download the Openline CLI using the following command

via npm

npm i openline -g

via yarn

yarn add openline

You can check that the Openline CLI is properly installed by running

openline --version

If everything has been setup correctly, you'll see an output that looks like openline/x.y.z.

🙌 Features

USAGE:
    openline [COMMAND]
    openline [TOPIC] [COMMAND]

TOPICS:
    dev         Starts and stops local Openline development server

COMMANDS:
    help        Display help for the Openline CLI
    issues      View or Create issues against the Openline project
  • COMMANDS execute a routine
  • TOPICS are commands that contain sub commands. For example openline dev start

🤝 Resources

  • Full reference docs for the CLI can be found via our CLI guide
  • For help, feature requests, or chat with fellow Openline enthusiasts, check out our slack community!

💪 Contributions

✨ Contributors

A massive thank you goes out to all these wonderful people (emoji key):

🪪 License

  • This repo is licensed under Apache 2.0, with the exception of the ee directory (if applicable).
  • Premium features (contained in the ee directory) require an Openline Enterprise license. See our pricing page for more details.