Bug 805603 - Could not find options for list, run `./aeolus-image list --help` for usage instructions
Summary: Could not find options for list, run `./aeolus-image list --help` for usage i...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: rubygem-aeolus-cli
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
Assignee: Maros Zatko
QA Contact: Dave Johnson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-21 16:39 UTC by wes hayutin
Modified: 2012-12-13 19:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-13 19:48:46 UTC
Embargoed:


Attachments (Terms of Use)

Description wes hayutin 2012-03-21 16:39:59 UTC
Description of problem:


remove the ./ from the help

aeolus should be in the path.. :)

[root@qeblade30 nodes]# rpm -qa | grep aeolus
aeolus-all-0.8.3-1.el6.noarch
aeolus-conductor-0.8.3-1.el6.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
rubygem-aeolus-cli-0.3.1-1.el6.noarch
aeolus-configure-2.5.2-1.el6.noarch
aeolus-conductor-daemons-0.8.3-1.el6.noarch
aeolus-conductor-doc-0.8.3-1.el6.noarch

Comment 2 Maros Zatko 2012-07-18 16:41:25 UTC
This appears to be fixed in latest release.
Please confirm.

Comment 4 Dave Johnson 2012-09-17 19:29:25 UTC
good 2 go in the CFCE v1.1 2012-09-14.5 puddle


[root@hp-bl685cg6-01 ~]# aeolus-image list --help
Usage: aeolus-image list [command options]
    -i, --images                     Retrieve a list of images
    -E, --environment ENVIRONMENT    Limit image list to environment
    -b, --builds ID                  Retrieve the builds of an image
    -t, --targetimages ID            Retrieve the target images from a build
    -P, --providerimages ID          Retrieve the provider images from a target image
    -g, --targets                    Retrieve the values available for the --target parameter
    -p, --providers                  Retrieve the values available for the --provider parameter
    -a, --accounts                   Retrieve the values available for the --account parameter
    -c, --environments               Retrieve the values available for the --environment parameter
    -h, --help                       Get usage information for this command

Examples:
aeolus-image list --images                     # list available images
aeolus-image list --images --environment $env   # list available images for an environment
aeolus-image list --builds $image_id           # list the builds of an image
aeolus-image list --targetimages $build_id     # list the target images from a build
aeolus-image list --providerimages $target_id  # list the provider images from a target image
aeolus-image list --targets                    # list the values available for the --target parameter
aeolus-image list --providers                  # list the values available for the --provider parameter
aeolus-image list --accounts                   # list the values available for the --account parameter

N.B. Aeolus Credentials should be defined in the configuration file ~/.aeolus-cli
You have mail in /var/spool/mail/root
[root@hp-bl685cg6-01 ~]# rpm -qa | grep aeolus | sort
aeolus-all-0.13.7-1.el6cf.noarch
aeolus-conductor-0.13.7-1.el6cf.noarch
aeolus-conductor-daemons-0.13.7-1.el6cf.noarch
aeolus-conductor-doc-0.13.7-1.el6cf.noarch
aeolus-configure-2.8.6-1.el6cf.noarch
rubygem-aeolus-cli-0.7.1-1.el6cf.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
[root@hp-bl685cg6-01 ~]#


Note You need to log in before you can comment on or make changes to this bug.