ArvanCloud 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.
``sh-session`
$ npm install -g r1ec
$ r1ec COMMAND
running command...
$ r1ec (--version)
r1ec/0.6.3 darwin-arm64 node-v18.20.2
$ r1ec --help [COMMAND]
USAGE
$ r1ec COMMAND
...
* [r1ec autocomplete [SHELL]](#r1ec-autocomplete-shell)r1ec delete [EDGECOMPUTE]
* [](#r1ec-delete-edgecompute)r1ec deploy PROJECTNAME
* r1ec docs
* r1ec help [COMMANDS]
* [](#r1ec-help-commands)r1ec history
* r1ec init [PROJECTNAME]
* [](#r1ec-init-projectname)r1ec list
* r1ec log [EDGECOMPUTE]
* [](#r1ec-log-edgecompute)r1ec login
* r1ec logout
*
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
`
You can search and delete your edge-computes by selecting them in the list
`
USAGE
$ r1ec delete [EDGECOMPUTE]
ARGUMENTS
EDGECOMPUTE search for edge-compute to delete
DESCRIPTION
You can search and delete your edge-computes by selecting them in the list
`
Deploy your project's files.
`
USAGE
$ r1ec deploy PROJECTNAME -f
ARGUMENTS
PROJECTNAME set a name for project.
FLAGS
-f, --fileName=
-n, --namespace=
DESCRIPTION
Deploy your project's files.
`
Open the documentation page for ArvanCloud's Edge Computing CLI.
`
USAGE
$ r1ec docs -l fa|en
FLAGS
-l, --lang=
DESCRIPTION
Open the documentation page for ArvanCloud's Edge Computing CLI.
`
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.
`
``
USAGE
$ r1ec history
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.
`
You can see the list of edge-computes or search by name
`
USAGE
$ r1ec list [-s
FLAGS
-s, --search=
DESCRIPTION
You can see the list of edge-computes or search by name
`
You can select edge-computes to retrieve logs by selecting them in the list
`
USAGE
$ r1ec log [EDGECOMPUTE] [-l
ARGUMENTS
EDGECOMPUTE Select edge-compute for retrieving log
FLAGS
-l, --logLevel=
DESCRIPTION
You can select edge-computes to retrieve logs by selecting them in the list
`
Log in to the ArvanCloud Edge Computing.
`
USAGE
$ r1ec login [-m
FLAGS
-m, --machine-user=
DESCRIPTION
Log in to the ArvanCloud Edge Computing.
`
Log out from the logged-in account.
`
USAGE
$ r1ec logout
DESCRIPTION
Log out from the logged-in account.
``