{"id":46614247,"url":"https://github.com/discloud/cli","last_synced_at":"2026-03-07T19:31:41.101Z","repository":{"id":58682823,"uuid":"529482331","full_name":"discloud/cli","owner":"discloud","description":"Uma opção rápida para gerenciar seus aplicativos no Discloud via terminal.","archived":false,"fork":false,"pushed_at":"2026-03-03T03:54:43.000Z","size":5595,"stargazers_count":9,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-03T07:57:34.688Z","etag":null,"topics":["cli","discloud"],"latest_commit_sha":null,"homepage":"https://discloud.github.io/cli/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-27T04:37:14.000Z","updated_at":"2026-03-03T03:53:31.000Z","dependencies_parsed_at":"2023-12-24T21:30:25.479Z","dependency_job_id":"bc496812-a2af-4425-9ea4-cb2c7258c1d9","html_url":"https://github.com/discloud/cli","commit_stats":null,"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"purl":"pkg:github/discloud/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discloud%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discloud%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discloud%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discloud%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discloud","download_url":"https://codeload.github.com/discloud/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discloud%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30227802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","discloud"],"created_at":"2026-03-07T19:31:40.274Z","updated_at":"2026-03-07T19:31:41.071Z","avatar_url":"https://github.com/discloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discloud CLI\n\n[![GitHub](https://img.shields.io/github/license/discloud/cli)](https://github.com/discloud/cli/blob/main/LICENSE)\n[![npm-downloads](https://img.shields.io/npm/dw/discloud-cli)](https://www.npmjs.com/package/discloud-cli)\n[![npm](https://img.shields.io/npm/v/discloud-cli)](https://www.npmjs.com/package/discloud-cli)\n[![cli](https://img.shields.io/badge/Discloud--CLI-Docs-blue)](https://discloud.github.io/cli)\n[![github](https://img.shields.io/badge/GitHub-100000?logo=github\u0026logoColor=white)](https://github.com/discloud/cli)\n\nDiscloud CLI is a quick option to control your apps in Discloud\n\nSee more of the [docs](https://discloud.github.io/cli/).\n\n## Installation\n\n```sh\nnpm i -g discloud-cli\n```\n\nTo get started using this CLI, first use:\n\n```sh\ndiscloud login\n```\n\n![discloud-login](./assets/discloud-login.gif)\n\nIf your app does not contain `discloud.config`, use:\n\n```sh\ndiscloud init\n```\n\n![discloud-init](./assets/discloud-init.gif)\n\nDo you want to send an app to discloud? Use:\n\n```sh\ndiscloud app up\n```\n\n![discloud-upload](./assets/discloud-upload.gif)\n\nIf you want to see all commands\n\n```sh\ndiscloud --help\n\ndiscloud [command]\n\ndiscloud app [command]                         Manage your apps\n  discloud app apt [command]                   Manager your apps APT\n    discloud app apt install \u003capp\u003e [apt...]    Install APT on your app                          [aliases: i]\n    discloud app apt uninstall \u003capp\u003e [apt...]  Uninstall APT from your app                      [aliases: u]\n  discloud app backup [app] [path]             Get backup of your app code from Discloud        [aliases: bkp]\n  discloud app commit \u003capp\u003e [glob..]           Commit one app or site to Discloud               [aliases: c]\n  discloud app console \u003capp\u003e                   Use the app terminal                             [aliases: terminal]\n  discloud app delete \u003capp\u003e                    Delete one or all of your apps on Discloud       \n  discloud app info [app]                      Get information of your apps                     \n  discloud app logs [app] [path]               View the logs from application in Discloud       \n  discloud app mod [command]                   Manager your app team                            \n  discloud app mod add \u003capp\u003e \u003cmod\u003e [perms...]  Add MOD to your app                              \n  discloud app mod delete \u003capp\u003e \u003cmod\u003e          Delete MOD of your app                           \n  discloud app mod edit \u003capp\u003e \u003cmod\u003e [perms...] Edit MOD perms of your app                       \n  discloud app mod info \u003capp\u003e                  Get MOD info of your app                         \n  discloud app ram \u003capp\u003e \u003camount\u003e              Set amount of ram for your app                   \n  discloud app restart [app]                   Restart one or all of your team apps on Discloud \n  discloud app start [app]                     Start one or all of your apps on Discloud        \n  discloud app status \u003capp\u003e                    Get status of your app                           \n  discloud app stop [app]                      Stop one or all of your apps on Discloud         \n  discloud app upload [glob..]                 Upload one app or site to Discloud               [aliases: up]\ndiscloud init                                  Init discloud.config file                        \ndiscloud login                                 Login on Discloud API                            \ndiscloud team [command]                        Manage team apps                                 \n  discloud team backup [app] [path]            Get backup of your team app code from Discloud   [aliases: bkp]\n  discloud team commit \u003capp\u003e [glob..]          Commit one app or site to Discloud               [aliases: c]\n  discloud team info                           Get info of your team apps                       \n  discloud team logs [app] [path]              View the logs from your tean app in Discloud     \n  discloud team ram \u003capp\u003e \u003camount\u003e             Set amount of ram for your app                   \n  discloud team restart [app]                  Restart one or all of your apps on Discloud      \n  discloud team start [app]                    Start one or all of your team apps on Discloud   \n  discloud team status \u003capp\u003e                   Get status of your team app                      \n  discloud team stop [app]                     Stop one or all of your team apps on Discloud    \ndiscloud user [command]                        Manage your profile                              \n  discloud user info                           Get your information                             \n  discloud user locale                         Set your locale                                  \ndiscloud zip [glob..]                          Make zip                                         \n\nOptions:\n  -h, --help                                   Show help                                        [boolean]\n  -v, --version                                Show version number                              [boolean]\n```\n\nSee more of the [docs](https://discloud.github.io/cli/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscloud%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscloud%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscloud%2Fcli/lists"}