Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oneds-mrproper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oneds-mrproper

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

oneds-mrproper

Cleaning utility for OpenNebula datastores.

Cleans forgotten images of image datastores, directories of system datastores and empty unused datastore directories.

Gem Version

##Requirements

  • Ruby >= 1.9.3

###OpenNebula backend

  • OpenNebula >= 5.2 (doesn't have to be present on the same machine)

Installation

###From RubyGems.org To install the most recent stable version

gem install oneds-mrproper

###From source (dev) Installation from source should never be your first choice! Especially, if you are not familiar with RVM, Bundler, Rake and other dev tools for Ruby!

However, if you wish to contribute to our project, this is the right way to start.

To build and install the bleeding edge version from master

git clone git://github.com/Misenko/oneds-mrproper.git
cd oneds-mrproper
gem install bundler
bundle install

##Usage oneds-mrproper is run with executable oneds-mrproper. For further assistance run oneds-mrproper help:

$ oneds-mrproper help

Commands:
  oneds-mrproper clean           # Cleaning datastores
  oneds-mrproper help [COMMAND]  # Describe available commands or one specific command

Options:
  [--dry-run], [--no-dry-run]  # Runs oneds-mrproper without modifying anything
  [--debug], [--no-debug]      # Runs oneds-mrproper in debug mode
  [--info], [--no-info]        # Runs oneds-mrproper in info mode

oneds-mrproper cleaning is started with clean command (command is default and can be omitted)

$ oneds-mrproper help clean

Usage:
  oneds-mrproper clean

Options:
  [--system], [--no-system]        # Clean also system datastores
                                   # Default: true
  [--image], [--no-image]          # Clean also image datastores
                                   # Default: true
  [--directory], [--no-directory]  # Clean also forgotten datastore directories
                                   # Default: true
  [--one-endpoint=ONE-ENDPOINT]    # OpenNebula endpoint
  [--one-secret=ONE-SECRET]        # OpenNebula endpoint
  [--dry-run], [--no-dry-run]      # Runs oneds-mrproper without modifying anything
  [--debug], [--no-debug]          # Runs oneds-mrproper in debug mode
  [--info], [--no-info]            # Runs oneds-mrproper in info mode

Cleaning datastores

Contributing

  1. Fork it ( https://github.com/Misenko/oneds-mrproper/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 16 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc