Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zodern/mup-disk

Plugin for Meteor Up to view and reduce disk usage
https://github.com/zodern/mup-disk

meteor-up

Last synced: about 1 month ago
JSON representation

Plugin for Meteor Up to view and reduce disk usage

Awesome Lists containing this project

README

        

# mup-disk
Plugin for Meteor Up to view and reduce disk usage.

Install with
```bash
npm install mup-disk
```

Add to list of plugins in your mup config:
```js
module.exports = {
plugins: ['mup-disk'],
// rest of config
}
```

### Use

`mup disk show` Shows total disk usage, usage by app, and usage by docker.

`mup disk clean` Runs `docker system prune -af`, and deletes the app's `last/bundle` folder