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.
- Host: GitHub
- URL: https://github.com/discloud/cli
- Owner: discloud
- License: apache-2.0
- Created: 2022-08-27T04:37:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T03:54:43.000Z (4 months ago)
- Last Synced: 2026-03-03T07:57:34.688Z (4 months ago)
- Topics: cli, discloud
- Language: TypeScript
- Homepage: https://discloud.github.io/cli/
- Size: 5.34 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discloud CLI
[](https://github.com/discloud/cli/blob/main/LICENSE)
[](https://www.npmjs.com/package/discloud-cli)
[](https://www.npmjs.com/package/discloud-cli)
[](https://discloud.github.io/cli)
[](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
```

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

Do you want to send an app to discloud? Use:
```sh
discloud app up
```

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/).