Socket
Socket
Sign inDemoInstall

ceph-cli

Package Overview
Dependencies
10
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ceph-cli

CEPH command line interface


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Install size
932 kB
Created
Weekly downloads
 

Changelog

Source

[0.7.0]

  • Subcommand info added.

Readme

Source

ceph-cli

CEPH command line interface

Help you easily managing your CEPH storage.

Table of contents

  • Get Started
  • Sub Commands
  • Recommendations

Get Started

# After installation, a global command "ceph" will be available.
npm install -g ceph-cli

# List available sub commands.
ceph 

# Show help info of sub command.
ceph help download

# Download object from CEPH storage and save into local file.
ceph upload --file foo.txt --name my/foo --connection conn.json

Here conn.json is a JSON formatted file which contains necessary connection configuration to a remote CEPH storage. See osapi README / OpenStack Swift Style for an example.

Sub Commands

The following sub commands or command-sets are avaiable under command ceph:

  • container
    To manage the containers.

    • clear
    • create
    • delete
    • list
  • delete
    To delete an object.

  • download
    To download an object to local file system.

  • info
    Display meta data of container or object.

  • list
    To list/find objects.

  • rename
    Rename an existing object.

  • upload
    To create an object with content in the specified file.

  1. Run ceph to print main manual page.
  2. Run ceph <subset-name> to print manual page for sub command set.

Recommendations

Keywords

FAQs

Last updated on 31 Mar 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc