The logo Orion Docs
GuidesOrion CLI

Orion CLI

Learn how to use Orion CLI

What is Orion CLI?

Orion CLI is a Command Line Interface (CLI) usable in your local terminal to access and modify your servers without using the web interface.

GitHubvoctal/orion-cli

40

It's not necessary if you code your project directly in the web editor (which is not recommended anyway).


Example of deployment without using the panel:


Although still simple, it allows you to:

  • Quickly deploy your server (orion deploy)

  • See your server status (orion status)

  • Quickly backup your server (orion backup)

  • Access the console (orion console)

On this page