npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

discloud-cli

v2.3.13

Published

A fast option to manage your apps on Discloud.

Downloads

1,209

Readme

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 app up

discloud-upload

If you want to see all commands

discloud --help

discloud [command]

discloud app [command]                         Manage your apps
  discloud app apt [command]                   Manager your apps APT
    discloud app apt install <app> [apt...]    Install APT on your app                          [aliases: i]
    discloud app apt uninstall <app> [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 <app> [glob..]           Commit one app or site to Discloud               [aliases: c]
  discloud app console <app>                   Use the app terminal                             [aliases: terminal]
  discloud app delete <app>                    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 <app> <mod> [perms...]  Add MOD to your app                              
  discloud app mod delete <app> <mod>          Delete MOD of your app                           
  discloud app mod edit <app> <mod> [perms...] Edit MOD perms of your app                       
  discloud app mod info <app>                  Get MOD info of your app                         
  discloud app ram <app> <amount>              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 [app]                    Get status of your apps                          
  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 <app> [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 <app> <amount>             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 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.