Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions docs/app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md)

- [apt](app_apt.md)
- [backup](app_backup.md)
- [commit](app_commit.md)
- [console](app_console.md)
- [delete](app_delete.md)
- [info](app_info.md)
- [logs](app_logs.md)
- [mod](app_mod.md)
- [profile](app_profile.md)
- [ram](app_ram.md)
- [restart](app_restart.md)
- [start](app_start.md)
- [status](app_status.md)
- [stop](app_stop.md)
- [upload](app_upload.md)

```sh
Manage your apps

Usage: discloud app <subcommand> [arguments]
-h, --help Print this usage information.

Available subcommands:
apt Manage your apps APT
backup Get backup of your app code from Discloud
commit Commit one app or site to Discloud
console Use the app terminal
delete Delete one of your apps on Discloud
info Get information of your apps
logs View the logs from application in Discloud
mod Manage your app team
profile Updates the profile information (avatar and name) for a specific app
ram Set amount of ram for your app
restart Restart one or all of your apps on Discloud
start Start one or all of your apps on Discloud
status Get status of your app
stop Stop one or all of your apps on Discloud
upload Upload one app or site to Discloud

Run "discloud help" to see global options.
```
21 changes: 21 additions & 0 deletions docs/app_apt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [apt](apt.md)

- [install](app_apt_install.md)
- [uninstall](app_apt_uninstall.md)

```sh
Manage your apps APT

Usage: discloud app apt <subcommand> [arguments]
-h, --help Print this usage information.

Available subcommands:
install Install APT on your app
uninstall Uninstall APT from your app

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_apt_install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app apt](app_apt.md) / [install](install.md)

```sh
Install APT on your app

Usage: discloud app apt install [arguments]
-h, --help Print this usage information.
--app
--apt canvas,ffmpeg,java,libgl,mysql,openssl,puppeteer,selenium,tesseract,tools,unixodbc

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_apt_uninstall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app apt](app_apt.md) / [uninstall](uninstall.md)

```sh
Uninstall APT from your app

Usage: discloud app apt uninstall [arguments]
-h, --help Print this usage information.
--app
--apt canvas,ffmpeg,java,libgl,mysql,openssl,puppeteer,selenium,tesseract,tools,unixodbc

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_backup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [backup](backup.md)

```sh
Get backup of your app code from Discloud

Usage: discloud app backup [arguments]
-h, --help Print this usage information.
--app=<all>
-d, --dir Specifies the destination path for downloading backups. The destination path will be considered a directory.

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_commit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [commit](commit.md)

```sh
Commit one app or site to Discloud

Usage: discloud app commit [arguments]
-h, --help Print this usage information.
--app App id (This can be omitted to use the discloud.config file)
-g, --glob (defaults to "**")

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [console](console.md)

```sh
Use the app terminal

Usage: discloud app console [arguments]
-h, --help Print this usage information.
--app
-c, --command

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [delete](delete.md)

```sh
Delete one of your apps on Discloud

Usage: discloud app delete [arguments]
-h, --help Print this usage information.
-y, --yes Skip confirmation prompt
--app

Run "discloud help" to see global options.
```
15 changes: 15 additions & 0 deletions docs/app_info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [info](info.md)

```sh
Get information of your apps

Usage: discloud app info [arguments]
-h, --help Print this usage information.
--app=<all>

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [logs](logs.md)

```sh
View the logs from application in Discloud

Usage: discloud app logs [arguments]
-h, --help Print this usage information.
--app=<all> When set to 'all', this command will automatically download logs and will not display URLs. If the 'out' option is not set, downloads will be made to the current folder.
--out Specifies the destination path for downloading logs. When the application option is set to 'all', the destination path will be considered a directory where all downloads will be stored.

Run "discloud help" to see global options.
```
25 changes: 25 additions & 0 deletions docs/app_mod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [mod](mod.md)

- [add](app_mod_add.md)
- [delete](app_mod_delete.md)
- [edit](app_mod_edit.md)
- [info](app_mod_info.md)

```sh
Manage your app team

Usage: discloud app mod <subcommand> [arguments]
-h, --help Print this usage information.

Available subcommands:
add Add MOD to your app
delete Delete MOD of your app
edit Edit MOD perms of your app
info Get MOD info of your app

Run "discloud help" to see global options.
```
17 changes: 17 additions & 0 deletions docs/app_mod_add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app mod](app_mod.md) / [add](add.md)

```sh
Add MOD to your app

Usage: discloud app mod add [arguments]
-h, --help Print this usage information.
--app
--mod
--perms [backup_app, commit_app, edit_ram, logs_app, restart_app, start_app, status_app, stop_app]

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_mod_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app mod](app_mod.md) / [delete](delete.md)

```sh
Delete MOD of your app

Usage: discloud app mod delete [arguments]
-h, --help Print this usage information.
--app
--mod

Run "discloud help" to see global options.
```
17 changes: 17 additions & 0 deletions docs/app_mod_edit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app mod](app_mod.md) / [edit](edit.md)

```sh
Edit MOD perms of your app

Usage: discloud app mod edit [arguments]
-h, --help Print this usage information.
--app
--mod
--perms [backup_app, commit_app, edit_ram, logs_app, restart_app, start_app, status_app, stop_app]

Run "discloud help" to see global options.
```
15 changes: 15 additions & 0 deletions docs/app_mod_info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app mod](app_mod.md) / [info](info.md)

```sh
Get MOD info of your app

Usage: discloud app mod info [arguments]
-h, --help Print this usage information.
--app

Run "discloud help" to see global options.
```
17 changes: 17 additions & 0 deletions docs/app_profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [profile](profile.md)

```sh
Updates the profile information (avatar and name) for a specific app

Usage: discloud app profile [arguments]
-h, --help Print this usage information.
--app
-n, --name
-a, --avatar

Run "discloud help" to see global options.
```
16 changes: 16 additions & 0 deletions docs/app_ram.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [ram](ram.md)

```sh
Set amount of ram for your app

Usage: discloud app ram [arguments]
-h, --help Print this usage information.
--app
--amount=<100>

Run "discloud help" to see global options.
```
15 changes: 15 additions & 0 deletions docs/app_restart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [restart](restart.md)

```sh
Restart one or all of your apps on Discloud

Usage: discloud app restart [arguments]
-h, --help Print this usage information.
--app=<all>

Run "discloud help" to see global options.
```
15 changes: 15 additions & 0 deletions docs/app_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [start](start.md)

```sh
Start one or all of your apps on Discloud

Usage: discloud app start [arguments]
-h, --help Print this usage information.
--app=<all>

Run "discloud help" to see global options.
```
15 changes: 15 additions & 0 deletions docs/app_status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [status](status.md)

```sh
Get status of your app

Usage: discloud app status [arguments]
-h, --help Print this usage information.
--app

Run "discloud help" to see global options.
```
15 changes: 15 additions & 0 deletions docs/app_stop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [CLI Documentation](index.md)

## [Commands](commands.md)

### [app](app.md) / [stop](stop.md)

```sh
Stop one or all of your apps on Discloud

Usage: discloud app stop [arguments]
-h, --help Print this usage information.
--app=<all>

Run "discloud help" to see global options.
```
Loading
Loading