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

Overview

Discloud CLI

GitHub npm-downloads npm cli github

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

See more of the docs.

Installation

npm i -g discloud-cli

To get started using this CLI, first use:

discloud login

discloud-login

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

discloud init

discloud-init

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

discloud up

discloud-upload

If you want to see all commands

discloud --help

discloud version 1.7.0

  discloud                                       -
  version (v)                                    Output the version number
  upload (up)                                    Upload one app or site to Discloud.
  team:stop                                      Stop one or all of your apps on Discloud.
  team:status                                    Get status information of your team applications.      
  team:start (team:i)                            Start one or all of your apps on Discloud.
  team:restart                                   Restart one or all of your apps on Discloud.
  team:ram                                       Set amount of ram for an app of your team.
  team:logs (team:l)                             View the logs from team application in Discloud.
  team:commit (team:c)                           Commit one app for your team.
  team:backups (team:backup, team:bkp, team:b)   Make backup from your team applications in Discloud.
  team                                           View team information.
  stop                                           Stop one or all of your apps on Discloud.
  status                                         View status information of your applications.
  start (i)                                      Start one or all of your apps on Discloud.
  restart                                        Restart one or all of your apps on Discloud.
  ram                                            Set amount of ram for your app.
  logs (l)                                       View the logs from application in Discloud.
  login                                          Login to Discloud API.
  locale                                         Set your locale.
  init                                           Init discloud.config file.
  delete (del, rb)                               Delete one or all of your apps on Discloud.
  commit (c)                                     Commit one app or site to Discloud.
  backups (backup, bkp, b)                       Make backup from your applications in Discloud.
  apps:team (app:team)                           Get team information of your applications.
  apps (app)                                     Get information of your applications.
  apps:apt (app:apt)                             Install or uninstall apt packages for you application.
  help (h)                                       -

See more of the docs.

Comments
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0

    build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0

    Bumps @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.37.0

    5.37.0 (2022-09-12)

    Bug Fixes

    • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2)
    • website: Use extended base rule name from file's meta (#5621) (7fd2f89)

    Features

    • docs: always expanding collapsible sidebar menus under docs (#5608) (8176fb1)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.37.0 (2022-09-12)

    Bug Fixes

    • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2)
    Commits
    • 1139728 chore: publish v5.37.0
    • 3918e08 docs: [no-parameter-properties] fix broken link (#5611)
    • 77d76e2 fix(eslint-plugin): [strict-boolean-expressions] check all conditions in a lo...
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @Gorniaky.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Wrong zipping files

    Wrong zipping files

    CLI version

    1.10.0

    Node.js version

    16.16.0

    Sistema usado // Used system

    Windows 10

    Commando usado // Used Command

    discloud up

    Descrição // Description

    Files in app folder: image (2)

    Files in zip: image (1)

    bug 
    opened by Gorniaky 1
  • build(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.44.0

    build(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.44.0

    Bumps @typescript-eslint/parser from 5.43.0 to 5.44.0.

    Release notes

    Sourced from @​typescript-eslint/parser's releases.

    v5.44.0

    5.44.0 (2022-11-21)

    Bug Fixes

    • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#5920) (a4f85b8)
    • eslint-plugin: [no-unnecessary-condition] handle index signature type (#5912) (5baad08)
    • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#5992) (2778ff0)
    • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#5999) (530e0e6)

    Features

    • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#5998) (97d3e56)
    • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#5977) (6a735e1)
    • support parsing satisfies operators (#5717) (20d7cae)
    • update to TypeScript 4.9 (#5716) (4d744ea)
    Changelog

    Sourced from @​typescript-eslint/parser's changelog.

    5.44.0 (2022-11-21)

    Note: Version bump only for package @​typescript-eslint/parser

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1

    build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1

    Bumps @typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.42.1

    5.42.1 (2022-11-07)

    Bug Fixes

    • ast-spec: correct misnamed ExportNamedDeclaration AST type (#5913) (e88f4fa)
    • eslint-plugin: isTypeReadonly stack overflow (#5875) (#5876) (2d9a33c)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.42.1 (2022-11-07)

    Bug Fixes

    Commits
    • b8b24c2 chore: publish v5.42.1
    • 2d9a33c fix(eslint-plugin): isTypeReadonly stack overflow (#5875) (#5876)
    • f11183c chore(eslint-plugin-internal): [plugin-test-formatting] support random object...
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0

    build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0

    Bumps @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.41.0

    5.41.0 (2022-10-24)

    Bug Fixes

    • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#5839) (96e1c6c)
    • type-utils: prevent stack overflow in isTypeReadonly (#5860) (a6d8f7e), closes #4476

    Features

    • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#5865) (e70a10a)
    • eslint-plugin: add no-unsafe-declaration-merging (#5840) (3728031)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.41.0 (2022-10-24)

    Bug Fixes

    • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#5839) (96e1c6c)
    • type-utils: prevent stack overflow in isTypeReadonly (#5860) (a6d8f7e), closes #4476

    Features

    • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#5865) (e70a10a)
    • eslint-plugin: add no-unsafe-declaration-merging (#5840) (3728031)
    Commits
    • 9eea5f4 chore: publish v5.41.0
    • a6d8f7e fix(type-utils): prevent stack overflow in isTypeReadonly (#5860)
    • e70a10a feat(eslint-plugin): [no-unsafe-declaration-merging] switch to use scope anal...
    • 96e1c6c fix(eslint-plugin): [no-base-to-string] ignore Error, URL, and URLSearchParam...
    • fe80a43 chore(eslint-plugin): [prefer-nullish-coalescing] removed forceSuggestionFixe...
    • 3728031 feat(eslint-plugin): add no-unsafe-declaration-merging (#5840)
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @Gorniaky.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump @discloudapp/api-types from 0.2.2 to 0.2.3

    build(deps): bump @discloudapp/api-types from 0.2.2 to 0.2.3

    Bumps @discloudapp/api-types from 0.2.2 to 0.2.3.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 18.7.18 to 18.7.21

    build(deps-dev): bump @types/node from 18.7.18 to 18.7.21

    Bumps @types/node from 18.7.18 to 18.7.21.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.37.0 to 5.38.0

    build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.37.0 to 5.38.0

    Bumps @typescript-eslint/eslint-plugin from 5.37.0 to 5.38.0.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.38.0

    5.38.0 (2022-09-19)

    Features

    • website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.38.0 (2022-09-19)

    Note: Version bump only for package @​typescript-eslint/eslint-plugin

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump @discloudapp/api-types from 0.0.29 to 0.1.0

    build(deps): bump @discloudapp/api-types from 0.0.29 to 0.1.0

    Bumps @discloudapp/api-types from 0.0.29 to 0.1.0.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 18.7.17 to 18.7.18

    build(deps-dev): bump @types/node from 18.7.17 to 18.7.18

    Bumps @types/node from 18.7.17 to 18.7.18.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @typescript-eslint/parser from 5.36.2 to 5.37.0

    build(deps-dev): bump @typescript-eslint/parser from 5.36.2 to 5.37.0

    Bumps @typescript-eslint/parser from 5.36.2 to 5.37.0.

    Release notes

    Sourced from @​typescript-eslint/parser's releases.

    v5.37.0

    5.37.0 (2022-09-12)

    Bug Fixes

    • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2)
    • website: Use extended base rule name from file's meta (#5621) (7fd2f89)

    Features

    • docs: always expanding collapsible sidebar menus under docs (#5608) (8176fb1)
    Changelog

    Sourced from @​typescript-eslint/parser's changelog.

    5.37.0 (2022-09-12)

    Note: Version bump only for package @​typescript-eslint/parser

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0

    build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0

    Bumps @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.48.0

    5.48.0 (2023-01-02)

    Bug Fixes

    Features

    • eslint-plugin: specify which method is unbound and added test case (#6281) (cf3ffdd)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.48.0 (2023-01-02)

    Features

    • eslint-plugin: specify which method is unbound and added test case (#6281) (cf3ffdd)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(1.12.0)
  • 1.12.0(Dec 30, 2022)

    What's Changed

    • docs: Localization to portuguese by @Gorniaky in https://github.com/discloud/cli/pull/93
    • docs: change readme-pt.md to pt.md by @Gorniaky in https://github.com/discloud/cli/pull/94
    • docs: fix translation in pt.md by @Gorniaky in https://github.com/discloud/cli/pull/95
    • build(deps-dev): bump @types/node from 18.11.17 to 18.11.18 by @dependabot in https://github.com/discloud/cli/pull/96
    • build(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 by @dependabot in https://github.com/discloud/cli/pull/97
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 by @dependabot in https://github.com/discloud/cli/pull/98
    • ci: autoversioning on beta publishing in npm by @Gorniaky in https://github.com/discloud/cli/pull/92
    • feat: accept multiple file path arguments at commit on upload by @Gorniaky in https://github.com/discloud/cli/pull/99

    Full Changelog: https://github.com/discloud/cli/compare/1.11.1...1.12.0

    Source code(tar.gz)
    Source code(zip)
  • 1.11.2-beta.1(Dec 28, 2022)

  • 1.11.2-beta.0(Dec 27, 2022)

    What's Changed

    • docs: Localization to portuguese by @Gorniaky in https://github.com/discloud/cli/pull/93
    • docs: change readme-pt.md to pt.md by @Gorniaky in https://github.com/discloud/cli/pull/94
    • docs: fix translation in pt.md by @Gorniaky in https://github.com/discloud/cli/pull/95
    • build(deps-dev): bump @types/node from 18.11.17 to 18.11.18 by @dependabot in https://github.com/discloud/cli/pull/96
    • build(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 by @dependabot in https://github.com/discloud/cli/pull/97
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 by @dependabot in https://github.com/discloud/cli/pull/98
    • ci: autoversioning on beta publishing in npm by @Gorniaky in https://github.com/discloud/cli/pull/92

    Full Changelog: https://github.com/discloud/cli/compare/1.11.1...1.11.2-beta.0

    Source code(tar.gz)
    Source code(zip)
  • 1.11.1(Dec 23, 2022)

    What's Changed

    • Fix/command app apt by @Gorniaky in https://github.com/discloud/cli/pull/91
    • feat: search for discloud.config on upload command by @Gorniaky in https://github.com/discloud/cli/pull/90

    Full Changelog: https://github.com/discloud/cli/compare/1.11.0...1.11.1

    Source code(tar.gz)
    Source code(zip)
  • 1.11.0(Dec 21, 2022)

    What's Changed

    • build(deps-dev): bump eslint from 8.27.0 to 8.28.0 by @dependabot in https://github.com/discloud/cli/pull/62
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 by @dependabot in https://github.com/discloud/cli/pull/63
    • build(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.45.0 by @dependabot in https://github.com/discloud/cli/pull/65
    • build(deps-dev): bump @types/node from 18.11.9 to 18.11.10 by @dependabot in https://github.com/discloud/cli/pull/67
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 by @dependabot in https://github.com/discloud/cli/pull/66
    • build(deps-dev): bump eslint from 8.28.0 to 8.29.0 by @dependabot in https://github.com/discloud/cli/pull/68
    • build(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.45.1 by @dependabot in https://github.com/discloud/cli/pull/69
    • build(deps-dev): bump @types/node from 18.11.10 to 18.11.11 by @dependabot in https://github.com/discloud/cli/pull/71
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.45.1 by @dependabot in https://github.com/discloud/cli/pull/70
    • build(deps-dev): bump typescript from 4.9.3 to 4.9.4 by @dependabot in https://github.com/discloud/cli/pull/72
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0 by @dependabot in https://github.com/discloud/cli/pull/73
    • build(deps-dev): bump @types/node from 18.11.11 to 18.11.12 by @dependabot in https://github.com/discloud/cli/pull/75
    • build(deps-dev): bump @typescript-eslint/parser from 5.45.1 to 5.46.0 by @dependabot in https://github.com/discloud/cli/pull/74
    • build(deps-dev): bump @types/node from 18.11.12 to 18.11.13 by @dependabot in https://github.com/discloud/cli/pull/76
    • build(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 by @dependabot in https://github.com/discloud/cli/pull/77
    • build(deps-dev): bump @types/node from 18.11.13 to 18.11.15 by @dependabot in https://github.com/discloud/cli/pull/80
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 by @dependabot in https://github.com/discloud/cli/pull/78
    • build(deps-dev): bump eslint from 8.29.0 to 8.30.0 by @dependabot in https://github.com/discloud/cli/pull/81
    • build(deps-dev): bump @types/node from 18.11.15 to 18.11.17 by @dependabot in https://github.com/discloud/cli/pull/82
    • build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0 by @dependabot in https://github.com/discloud/cli/pull/84
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 by @dependabot in https://github.com/discloud/cli/pull/85
    • feat: Publish beta on NPM by @Gorniaky in https://github.com/discloud/cli/pull/86
    • docs: refactor by @Gorniaky in https://github.com/discloud/cli/pull/87
    • docs: Create FAQ by @Gorniaky in https://github.com/discloud/cli/pull/88
    • docs: break line by @Gorniaky in https://github.com/discloud/cli/pull/89
    • Refactor/better zipper by @Gorniaky in https://github.com/discloud/cli/pull/83

    Full Changelog: https://github.com/discloud/cli/compare/1.10.0...1.11.0

    Source code(tar.gz)
    Source code(zip)
  • 1.11.0-beta.4(Dec 21, 2022)

  • 1.11.0-beta.2(Dec 21, 2022)

    What's Changed

    • build(deps-dev): bump eslint from 8.27.0 to 8.28.0 by @dependabot in https://github.com/discloud/cli/pull/62
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 by @dependabot in https://github.com/discloud/cli/pull/63
    • build(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.45.0 by @dependabot in https://github.com/discloud/cli/pull/65
    • build(deps-dev): bump @types/node from 18.11.9 to 18.11.10 by @dependabot in https://github.com/discloud/cli/pull/67
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 by @dependabot in https://github.com/discloud/cli/pull/66
    • build(deps-dev): bump eslint from 8.28.0 to 8.29.0 by @dependabot in https://github.com/discloud/cli/pull/68
    • build(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.45.1 by @dependabot in https://github.com/discloud/cli/pull/69
    • build(deps-dev): bump @types/node from 18.11.10 to 18.11.11 by @dependabot in https://github.com/discloud/cli/pull/71
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.45.1 by @dependabot in https://github.com/discloud/cli/pull/70
    • build(deps-dev): bump typescript from 4.9.3 to 4.9.4 by @dependabot in https://github.com/discloud/cli/pull/72
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0 by @dependabot in https://github.com/discloud/cli/pull/73
    • build(deps-dev): bump @types/node from 18.11.11 to 18.11.12 by @dependabot in https://github.com/discloud/cli/pull/75
    • build(deps-dev): bump @typescript-eslint/parser from 5.45.1 to 5.46.0 by @dependabot in https://github.com/discloud/cli/pull/74
    • build(deps-dev): bump @types/node from 18.11.12 to 18.11.13 by @dependabot in https://github.com/discloud/cli/pull/76
    • build(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 by @dependabot in https://github.com/discloud/cli/pull/77
    • build(deps-dev): bump @types/node from 18.11.13 to 18.11.15 by @dependabot in https://github.com/discloud/cli/pull/80
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 by @dependabot in https://github.com/discloud/cli/pull/78
    • build(deps-dev): bump eslint from 8.29.0 to 8.30.0 by @dependabot in https://github.com/discloud/cli/pull/81
    • build(deps-dev): bump @types/node from 18.11.15 to 18.11.17 by @dependabot in https://github.com/discloud/cli/pull/82
    • build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0 by @dependabot in https://github.com/discloud/cli/pull/84
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 by @dependabot in https://github.com/discloud/cli/pull/85
    • feat: Publish beta on NPM by @Gorniaky in https://github.com/discloud/cli/pull/86
    • docs: refactor by @Gorniaky in https://github.com/discloud/cli/pull/87
    • docs: Create FAQ by @Gorniaky in https://github.com/discloud/cli/pull/88
    • docs: break line by @Gorniaky in https://github.com/discloud/cli/pull/89

    Full Changelog: https://github.com/discloud/cli/compare/1.10.0...1.11.0-beta.2

    Source code(tar.gz)
    Source code(zip)
  • 1.10.0(Nov 18, 2022)

    What's Changed

    • build(deps-dev): bump @types/node from 18.11.7 to 18.11.8 by @dependabot in https://github.com/discloud/cli/pull/50
    • build(deps-dev): bump @types/eslint from 8.4.8 to 8.4.9 by @dependabot in https://github.com/discloud/cli/pull/51
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.42.0 by @dependabot in https://github.com/discloud/cli/pull/52
    • build(deps-dev): bump @types/node from 18.11.8 to 18.11.9 by @dependabot in https://github.com/discloud/cli/pull/54
    • build(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.0 by @dependabot in https://github.com/discloud/cli/pull/53
    • build(deps-dev): bump eslint from 8.26.0 to 8.27.0 by @dependabot in https://github.com/discloud/cli/pull/55
    • build(deps-dev): bump @typescript-eslint/parser from 5.42.0 to 5.42.1 by @dependabot in https://github.com/discloud/cli/pull/56
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.43.0 by @dependabot in https://github.com/discloud/cli/pull/58
    • build(deps-dev): bump @typescript-eslint/parser from 5.42.1 to 5.43.0 by @dependabot in https://github.com/discloud/cli/pull/59
    • build(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in https://github.com/discloud/cli/pull/60
    • feat: Read .discloudignore file by @Gorniaky in https://github.com/discloud/cli/pull/61

    Full Changelog: https://github.com/discloud/cli/compare/1.9.0...1.10.0

    Source code(tar.gz)
    Source code(zip)
  • 1.9.0(Oct 27, 2022)

    What's Changed

    • build(deps-dev): bump @types/node from 18.11.6 to 18.11.7 by @dependabot in https://github.com/discloud/cli/pull/48
    • feat: unique spin on zipping files by @Gorniaky in https://github.com/discloud/cli/pull/49

    Full Changelog: https://github.com/discloud/cli/compare/1.8.0...1.9.0

    Source code(tar.gz)
    Source code(zip)
  • 1.8.0(Oct 26, 2022)

    What's Changed

    • build(deps-dev): bump eslint from 8.23.1 to 8.24.0 by @dependabot in https://github.com/discloud/cli/pull/17
    • build(deps-dev): bump @types/node from 18.7.18 to 18.7.21 by @dependabot in https://github.com/discloud/cli/pull/18
    • build(deps): bump @discloudapp/api-types from 0.2.2 to 0.2.3 by @dependabot in https://github.com/discloud/cli/pull/19
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1 by @dependabot in https://github.com/discloud/cli/pull/20
    • build(deps-dev): bump @types/node from 18.7.21 to 18.7.23 by @dependabot in https://github.com/discloud/cli/pull/22
    • build(deps-dev): bump @typescript-eslint/parser from 5.38.0 to 5.38.1 by @dependabot in https://github.com/discloud/cli/pull/21
    • build(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in https://github.com/discloud/cli/pull/23
    • build(deps-dev): bump @types/node from 18.7.23 to 18.8.0 by @dependabot in https://github.com/discloud/cli/pull/24
    • build(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.39.0 by @dependabot in https://github.com/discloud/cli/pull/25
    • build(deps-dev): bump @types/node from 18.8.0 to 18.8.1 by @dependabot in https://github.com/discloud/cli/pull/27
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 by @dependabot in https://github.com/discloud/cli/pull/26
    • build(deps-dev): bump @types/node from 18.8.1 to 18.8.2 by @dependabot in https://github.com/discloud/cli/pull/28
    • build(deps-dev): bump @types/node from 18.8.2 to 18.8.3 by @dependabot in https://github.com/discloud/cli/pull/29
    • build(deps-dev): bump eslint from 8.24.0 to 8.25.0 by @dependabot in https://github.com/discloud/cli/pull/30
    • build(deps-dev): bump @types/node from 18.8.3 to 18.8.4 by @dependabot in https://github.com/discloud/cli/pull/31
    • build(deps-dev): bump @typescript-eslint/parser from 5.39.0 to 5.40.0 by @dependabot in https://github.com/discloud/cli/pull/32
    • build(deps-dev): bump @types/node from 18.8.4 to 18.8.5 by @dependabot in https://github.com/discloud/cli/pull/34
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 by @dependabot in https://github.com/discloud/cli/pull/33
    • build(deps-dev): bump @types/node from 18.8.5 to 18.11.0 by @dependabot in https://github.com/discloud/cli/pull/35
    • build(deps-dev): bump @typescript-eslint/parser from 5.40.0 to 5.40.1 by @dependabot in https://github.com/discloud/cli/pull/36
    • build(deps-dev): bump @types/node from 18.11.0 to 18.11.2 by @dependabot in https://github.com/discloud/cli/pull/38
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1 by @dependabot in https://github.com/discloud/cli/pull/37
    • build(deps-dev): bump @types/eslint from 8.4.6 to 8.4.7 by @dependabot in https://github.com/discloud/cli/pull/39
    • build(deps-dev): bump @types/node from 18.11.2 to 18.11.3 by @dependabot in https://github.com/discloud/cli/pull/40
    • build(deps-dev): bump @types/node from 18.11.3 to 18.11.4 by @dependabot in https://github.com/discloud/cli/pull/41
    • build(deps-dev): bump eslint from 8.25.0 to 8.26.0 by @dependabot in https://github.com/discloud/cli/pull/42
    • build(deps-dev): bump @types/node from 18.11.4 to 18.11.5 by @dependabot in https://github.com/discloud/cli/pull/43
    • build(deps-dev): bump @typescript-eslint/parser from 5.40.1 to 5.41.0 by @dependabot in https://github.com/discloud/cli/pull/44
    • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0 by @dependabot in https://github.com/discloud/cli/pull/45
    • build(deps-dev): bump @types/eslint from 8.4.7 to 8.4.8 by @dependabot in https://github.com/discloud/cli/pull/46
    • Create askForApps extension by @Gorniaky in https://github.com/discloud/cli/pull/47

    Full Changelog: https://github.com/discloud/cli/compare/1.7.3...1.8.0

    Source code(tar.gz)
    Source code(zip)
  • 1.7.2(Sep 22, 2022)

  • 1.7.1(Sep 19, 2022)

  • 1.7.0(Sep 19, 2022)

    What's Changed

    Full Changelog: https://github.com/discloud/cli/compare/1.6.0...1.7.0

    Source code(tar.gz)
    Source code(zip)
  • 1.6.0(Sep 12, 2022)

  • 1.4.2(Sep 11, 2022)

  • 1.4.1(Sep 9, 2022)

  • 1.3.0(Sep 8, 2022)

  • 1.2.1(Sep 8, 2022)

  • 1.2.0(Sep 8, 2022)

  • 1.1.0(Sep 7, 2022)

  • 1.0.0(Sep 7, 2022)

    What's Changed

    • change to asciicast by @SergioGlorias in https://github.com/discloud/cli/pull/1
    • Bump @types/node from 18.7.14 to 18.7.15 by @dependabot in https://github.com/discloud/cli/pull/4
    • Bump @typescript-eslint/parser from 5.36.1 to 5.36.2 by @dependabot in https://github.com/discloud/cli/pull/3
    • Bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 by @dependabot in https://github.com/discloud/cli/pull/2
    • Revert "change to asciicast" by @Gorniaky in https://github.com/discloud/cli/pull/5

    New Contributors

    • @SergioGlorias made their first contribution in https://github.com/discloud/cli/pull/1
    • @dependabot made their first contribution in https://github.com/discloud/cli/pull/4
    • @Gorniaky made their first contribution in https://github.com/discloud/cli/pull/5

    Full Changelog: https://github.com/discloud/cli/commits/1.0.0

    Source code(tar.gz)
    Source code(zip)
  • 0.2.2(Sep 7, 2022)

    What's Changed

    • change to asciicast by @SergioGlorias in https://github.com/discloud/cli/pull/1
    • Bump @types/node from 18.7.14 to 18.7.15 by @dependabot in https://github.com/discloud/cli/pull/4
    • Bump @typescript-eslint/parser from 5.36.1 to 5.36.2 by @dependabot in https://github.com/discloud/cli/pull/3
    • Bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 by @dependabot in https://github.com/discloud/cli/pull/2

    New Contributors

    • @SergioGlorias made their first contribution in https://github.com/discloud/cli/pull/1
    • @dependabot made their first contribution in https://github.com/discloud/cli/pull/4

    Full Changelog: https://github.com/discloud/cli/commits/0.2.2

    Source code(tar.gz)
    Source code(zip)
Owner
DisCloud
Somos uma plataforma de nuvem baseada em contêiner que nasceu com a vontade de oferecer hospedagem fácil, rápida e de qualidade para sites e Bots Discord.
DisCloud
Terminal ui for discord with interactive terminal

dickord why No fucking clue i was bored or something. why does it look dogshit Try and find a node module that supports terminal functions like trauma

Hima 3 Nov 7, 2022
CLI projetado para ajudar os desenvolvedores a criar ótimos temas para o Tray E-commerce.

Tray CLI Interface de linha de comando desenvolvida em Node.js e TypeScript para ajudar desenvolvedores a criarem ótimos temas para Tray. Índice Insta

Tray 18 Dec 15, 2022
Sublime-like terminal-based text editor

slap ?? slap is a Sublime-like terminal-based text editor that strives to make editing from the terminal easier. It has: first-class mouse support (ev

slap 6.1k Jan 1, 2023
A terminal-to-gif recorder minus the headaches.

ttystudio A terminal-to-gif recorder minus the headaches. Record your terminal and compile it to a GIF or APNG without any external dependencies, bash

Christopher Jeffrey (JJ) 3.2k Dec 23, 2022
rtail(1) - Terminal output to the browser in seconds, using UNIX pipes.

rtail(1) Terminal output to the browser in seconds, using UNIX pipes. rtail is a command line utility that grabs every line in stdin and broadcasts it

Kilian Ciuffolo 1.6k Jan 6, 2023
Pipeable javascript. Quickly filter, map, and reduce from the terminal

Pipeable JavaScript - another utility like sed/awk/wc... but with JS! Quickly filter, map and reduce from the command line. Features a streaming API.

Daniel St. Jules 410 Dec 10, 2022
Translations with speech synthesis in your terminal as a node package

Normit Normit is an easy way to translate stuff in your terminal. You can check out its Ruby gem version termit. Installation npm install normit -g Us

Paweł Urbanek 234 Jan 1, 2023
Terminal recorder: Record your termial session into HTML

terminal-recorder Terminal recorder allows you to record your bash session, and export it to html so then you can share it with your friends. GitHub P

Cristian Cortez 104 Mar 3, 2022
Terminal task list

listr Terminal task list Install $ npm install --save listr Usage const execa = require('execa'); const Listr = require('listr'); const tasks = new

Sam Verschueren 3.1k Jan 3, 2023
📜 Create mutable log lines into the terminal, and give life to your logs!

Because Logging can be pretty and fun Installation $ npm install draftlog What it does It allows you to re-write a line of your log after being writt

Ivan Seidel 1.2k Dec 31, 2022
Display images in the terminal

terminal-image Display images in the terminal Works in any terminal that supports colors. In iTerm, the image will be displayed in full resolution, si

Sindre Sorhus 905 Dec 25, 2022
:rainbow: Beautiful color gradients in terminal output

gradient-string Beautiful color gradients in terminal output Install $ npm i gradient-string Usage const gradient = require('gradient-string'); cons

Boris K 864 Jan 3, 2023
Create clickable links in the terminal

terminal-link Create clickable links in the terminal Install $ npm install terminal-link Usage import terminalLink from 'terminal-link'; const link

Sindre Sorhus 539 Dec 31, 2022
Reliably get the terminal window size

term-size Reliably get the terminal window size Because process.stdout.columns doesn't exist when run non-interactively, for example, in a child proce

Sindre Sorhus 132 Oct 11, 2022
Truncate a string to a specific width in the terminal

cli-truncate Truncate a string to a specific width in the terminal Gracefully handles ANSI escapes. Like a string styled with chalk. It also supports

Sindre Sorhus 78 Oct 10, 2022
Execute shell commands in terminal

Execute shell commands in terminal

skanehira 9 Dec 11, 2021
Add a hungry turtle to your terminal and feed it every time you mistype 'npm' as 'nom'

Nom Does this ever happen to you? You happily code away on a project, navigating the command line like a pro, testing, error logging, installing packa

Meike Hankewicz 5 Apr 26, 2022
Just a minimal library to do some terminal stuff.

Termctl A simple library to do some basic terminal stuff. Usage const termctl = require("termctl"); Note: We have tested this on Linux Mint and Window

Biraj 4 Sep 28, 2021