Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving unknown command error #55

Closed
Downchuck opened this issue Jul 22, 2013 · 4 comments
Closed

Receiving unknown command error #55

Downchuck opened this issue Jul 22, 2013 · 4 comments

Comments

@Downchuck
Copy link

sudo curl https://raw.github.com/timkay/aws/master/aws -o /usr/bin/aws
[user@host ~]$ aws s3 ls
s3: unknown command

@timkay
Copy link
Owner

timkay commented Jul 22, 2013

Try

aws ls

@timkay timkay closed this as completed Jul 22, 2013
@Downchuck
Copy link
Author

That works. Apologies for the bogus bug reports. Does seem like "aws s3 --help" does not work.
Usage: aws ACTION [--help] where ACTION is one of... "s3"

@timkay
Copy link
Owner

timkay commented Jul 22, 2013

I suppose you could be confused by the presentation. The names "ec2", "elb", "iam", "pa", "s3", "sdb", and "sqs" are category headers, but they aren't part of the commands, unless you use the --install option. In that case, commands are created like s3ls, s3get, elb-configure-healthcheck, etc.

@Downchuck
Copy link
Author

Yes, I was confused by the presentation, thinking that aws s3 or aws s3 --help would list out the s3 commands. Obviously, the commands are already listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants