An open API service indexing awesome lists of open source software.

https://github.com/discloud/cli

Uma opção rápida para gerenciar seus aplicativos no Discloud via terminal.
https://github.com/discloud/cli

cli discloud

Last synced: 4 months ago
JSON representation

Uma opção rápida para gerenciar seus aplicativos no Discloud via terminal.

Awesome Lists containing this project

README

          

# Discloud CLI

[![GitHub](https://img.shields.io/github/license/discloud/cli)](https://github.com/discloud/cli/blob/main/LICENSE)
[![npm-downloads](https://img.shields.io/npm/dw/discloud-cli)](https://www.npmjs.com/package/discloud-cli)
[![npm](https://img.shields.io/npm/v/discloud-cli)](https://www.npmjs.com/package/discloud-cli)
[![cli](https://img.shields.io/badge/Discloud--CLI-Docs-blue)](https://discloud.github.io/cli)
[![github](https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white)](https://github.com/discloud/cli)

Discloud CLI is a quick option to control your apps in Discloud

See more of the [docs](https://discloud.github.io/cli/).

## Installation

```sh
npm i -g discloud-cli
```

To get started using this CLI, first use:

```sh
discloud login
```

![discloud-login](./assets/discloud-login.gif)

If your app does not contain `discloud.config`, use:

```sh
discloud init
```

![discloud-init](./assets/discloud-init.gif)

Do you want to send an app to discloud? Use:

```sh
discloud app up
```

![discloud-upload](./assets/discloud-upload.gif)

If you want to see all commands

```sh
discloud --help

discloud [command]

discloud app [command] Manage your apps
discloud app apt [command] Manager your apps APT
discloud app apt install [apt...] Install APT on your app [aliases: i]
discloud app apt uninstall [apt...] Uninstall APT from your app [aliases: u]
discloud app backup [app] [path] Get backup of your app code from Discloud [aliases: bkp]
discloud app commit [glob..] Commit one app or site to Discloud [aliases: c]
discloud app console Use the app terminal [aliases: terminal]
discloud app delete Delete one or all of your apps on Discloud
discloud app info [app] Get information of your apps
discloud app logs [app] [path] View the logs from application in Discloud
discloud app mod [command] Manager your app team
discloud app mod add [perms...] Add MOD to your app
discloud app mod delete Delete MOD of your app
discloud app mod edit [perms...] Edit MOD perms of your app
discloud app mod info Get MOD info of your app
discloud app ram Set amount of ram for your app
discloud app restart [app] Restart one or all of your team apps on Discloud
discloud app start [app] Start one or all of your apps on Discloud
discloud app status Get status of your app
discloud app stop [app] Stop one or all of your apps on Discloud
discloud app upload [glob..] Upload one app or site to Discloud [aliases: up]
discloud init Init discloud.config file
discloud login Login on Discloud API
discloud team [command] Manage team apps
discloud team backup [app] [path] Get backup of your team app code from Discloud [aliases: bkp]
discloud team commit [glob..] Commit one app or site to Discloud [aliases: c]
discloud team info Get info of your team apps
discloud team logs [app] [path] View the logs from your tean app in Discloud
discloud team ram Set amount of ram for your app
discloud team restart [app] Restart one or all of your apps on Discloud
discloud team start [app] Start one or all of your team apps on Discloud
discloud team status Get status of your team app
discloud team stop [app] Stop one or all of your team apps on Discloud
discloud user [command] Manage your profile
discloud user info Get your information
discloud user locale Set your locale
discloud zip [glob..] Make zip

Options:
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
```

See more of the [docs](https://discloud.github.io/cli/).