GithubHelp home page GithubHelp logo

unix_cli's Introduction

Unix Command Line Interface (Deprecated)

The Unix Command Line Interface has been deprecated since late in 2013. It may or may not work for you. Fixes may be pushed and they might be merged. The Unix Command Line Interface is a tool which allows Unix or Mac users to manage their HP Cloud Services from the command line.

System Requirements

The current version of the CLI requires Ruby 1.9.2 or 1.8.7 and a recent version of rubygems (generally included with the ruby package).

Installation

gem install hpcloud

You should see the gem and its dependencies being installed on your system. To verify installation, simply type:

hpcloud

If you see a listing of available commands, your installation was successful.

4) Once installation is complete you can set up your account:

hpcloud account:setup

That’s it! Try out the usage examples below.

If you should ever need to remove the CLI:

gem uninstall hpcloud

In-Command Help

You can get a list of commands at any time by calling the hpcloud command without any arguments:

hpcloud

Each command has help built in which includes specific examples of use, aliases you can use and more. To see help for a specific command use:

hpcloud help <command>

If you want to check which version of the tool you have installed:

hpcloud info

Configuring with Helion/OpenStack/DevStack

Your configuration for Helion etc should look similar to this:


:credentials:

:auth_uri: http://xx.xx.xx.xx:5000/v2.0/
:userpass: true
:account_id: UserName
:secret_key: SuperSecret!
:tenant_id: 3xxxxxxxxxxxxa0b9e073b99bec868fd

:regions: {} :catalog:

:compute: nova
:object_storage: swift
:block_storage: cinder
:networking: neutron

:options: {} :provider: hp

There are command line ways to configure your account, but it may be easier to manually edit the file in ~/.hpcloud/account . Use v2.0 authentication as right now Fog does not support v3.

Documentation and Usage

Detailed documentation and usage examples can be found at HP Cloud Unix CLI page.

Copyright

See LICENSE for copyright details.

unix_cli's People

Contributors

dougom avatar nextmat avatar rupakg avatar sfc-gh-eraigosa avatar terryhowe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.