CLI

An handy command line to interact with all parts of OpenServerless

OpenServerless CLI

The ops command is the command line interface to OpenServerless

It let’s you to install and manipulate the components of the system.

If it is not already included in the development environment provided you can download the CLI suitable for your platform from here, and install it

Login into the system

To start working with you have to login in some OpenServerless installation.

The administrator should have provided with username, password and the URL to access the system.

For example, let’s assume you are the user mirella and the system is available on https://nuvolaris.dev.

In order to login type the following command and enter you password.

ops -login https://nuvolaris.dev mirella
Enter Password:

If the password is correct you are logged in the system and you can use the commands described below.

Next Steps

Once logged in, you can:


Entities

The parts that OpenServerless applications are made of

Administration

System administration

Debugging

Utilities to troubleshoot OpenServerless’ cluster

Project

How to deal with OpenServerless projects

Web Assets

How to handle frontend deployment


Last modified August 31, 2024: Merge all work done until now (#23) (3327e3a)