0.0.9 • Published 10 years ago

nuolez.io-cli v0.0.9

Weekly downloads
2
License
AGPL-3.0
Repository
-
Last release
10 years ago

Logo

Nuolez.io is an open-source PaaS cloud service. Send your app with a simple git push, in many languages and with a MariaDB, PostgreSQL, MongoDB or Redis database.

This repository is the CLI. To get Nuolez.io, visit the manager repo.

Installation

sudo npm install nuolez.io-cli -g

Usage

Usage: nuolez.io-cli [options] [command]


Commands:

remote <uri>                                    set the remote API (for example https://dashboard.nuolez.io/api/)
login [username] [password]                     log in to a Nuolez.io server
logout                                          log out from the current Nuolez.io server
apps                                            list apps
apps:info [app_name]                            display informations of an application
apps:info:envvars [app_name]                    display environment variables of an application
apps:envvar:add [options] <variable> <value>    add the environment variables to an application
apps:envvar:delete [options] <variable>         delete the environment variables from an application
apps:create [options] [app_name] [domain_name]  create an application
user                                            get current user's information
user:keys                                       get current user's keys
user:keys:upload <file>                         upload a key from a file

Options:

-h, --help     output usage information
-V, --version  output the version number

Requirements

You need Node.js and npm.

Self-executing binary

You can build a self-executing binary to bundle the node binary and the CLI for a x64 *nix platform. Download sources and run make; Node will be downloaded and you will find your binary at ./nuolez.io-cli.

Contributing

Nuolez.io is free and open-source, its CLI too. We accept all useful contributions.

Before contributing, come to see us on Jabber (or on our web XMPP chat).

License

Licensed under the GNU Affero General Public License Version 3 (or later); you may not use this work except in compliance with the License.

You may obtain a copy of the License in the LICENSE file, or at:

http://www.gnu.org/licenses/agpl-3.0.txt

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago