0.5.0 • Published 2 months ago

r1ec v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Arvan Cloud Edge Computing CLI

ArvanCloud's Edge Computing CLI is a tool designed to empower developers with the ability to seamlessly deploy and manage applications on the edge servers. This CLI tool provides an intuitive, easy-to-use interface for leveraging the benefits of edge computing, such as reduced latency and improved performance, by enabling applications to be closer to end-users.

Usage

$ npm install -g r1ec
$ r1ec COMMAND
running command...
$ r1ec (--version)
r1ec/0.1.0 darwin-arm64 node-v18.17.0
$ r1ec --help [COMMAND]
USAGE
  $ r1ec COMMAND
...

Commands

r1ec autocomplete [SHELL]

Display autocomplete installation instructions.

USAGE
  $ r1ec autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  (zsh|bash|powershell) Shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  Display autocomplete installation instructions.

EXAMPLES
  $ r1ec autocomplete

  $ r1ec autocomplete bash

  $ r1ec autocomplete zsh

  $ r1ec autocomplete powershell

  $ r1ec autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

r1ec deploy PROJECTNAME

Deploy your project's files.

USAGE
  $ r1ec deploy PROJECTNAME -f <value>

ARGUMENTS
  PROJECTNAME  set a name for project.

FLAGS
  -f, --fileName=<value>  (required) Enter your built JS/TS file path

DESCRIPTION
  Deploy your project's files.

r1ec docs

Open the documentation page for ArvanCloud's Edge Computing CLI.

USAGE
  $ r1ec docs -l fa|en

FLAGS
  -l, --lang=<option>  (required) [default: en] Open documentation as selected language
                       <options: fa|en>

DESCRIPTION
  Open the documentation page for ArvanCloud's Edge Computing CLI.

r1ec help [COMMANDS]

Display help for r1ec.

USAGE
  $ r1ec help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for r1ec.

See code: @oclif/plugin-help

r1ec init [PROJECTNAME]

Initialize the Edge Compute project.

USAGE
  $ r1ec init [PROJECTNAME]

ARGUMENTS
  PROJECTNAME  set a name for project. default get the template name

DESCRIPTION
  Initialize the Edge Compute project.

r1ec login

Log in to the ArvanCloud Edge Computing.

USAGE
  $ r1ec login [-m <value>]

FLAGS
  -m, --machine-user=<value>  Login via Machine Uesr

DESCRIPTION
  Log in to the ArvanCloud Edge Computing.

r1ec logout

Log out from the logged-in account.

USAGE
  $ r1ec logout

DESCRIPTION
  Log out from the logged-in account.