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

Support simple specification of value and key=value parameters #484

Closed
ehammond opened this issue Nov 13, 2013 · 6 comments
Closed

Support simple specification of value and key=value parameters #484

ehammond opened this issue Nov 13, 2013 · 6 comments
Labels
closed-for-staleness feature-request A feature should be added or improved. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@ehammond
Copy link

  1. Instead of:

    --instance-initiated-shutdown-behavior '{"Value":"terminate"}'
    

    let me alternatively say:

    --instance-initiated-shutdown-behavior 'terminate'
    
  2. Instead of:

    --tags '[{"Key":"project","Value":"fun"}]'
    

    or:

    --tags Key=project,Value=fun
    

    let me alternatively say:

    --tags 'project=fun'
    
  3. And so on, for all simple value and key/value parameters...

@jlordiales
Copy link

For what is worth, I've created this simple Ruby script (https://github.com/jlordiales/easy_cf_parameters) to read a YAML file with the easy to understand "key:value" syntax and generate the format expected by CF.

@ASayre
Copy link
Contributor

ASayre commented Feb 6, 2018

Good Morning!

We're closing this issue here on GitHub, as part of our migration to UserVoice for feature requests involving the AWS CLI.

This will let us get the most important features to you, by making it easier to search for and show support for the features you care the most about, without diluting the conversation with bug reports.

As a quick UserVoice primer (if not already familiar): after an idea is posted, people can vote on the ideas, and the product team will be responding directly to the most popular suggestions.

We’ve imported existing feature requests from GitHub - Search for this issue there!

And don't worry, this issue will still exist on GitHub for posterity's sake. As it’s a text-only import of the original post into UserVoice, we’ll still be keeping in mind the comments and discussion that already exist here on the GitHub issue.

GitHub will remain the channel for reporting bugs.

Once again, this issue can now be found by searching for the title on: https://aws.uservoice.com/forums/598381-aws-command-line-interface

-The AWS SDKs & Tools Team

@ASayre ASayre closed this as completed Feb 6, 2018
@jamesls
Copy link
Member

jamesls commented Apr 6, 2018

Based on community feedback, we have decided to return feature requests to GitHub issues.

@jamesls jamesls reopened this Apr 6, 2018
@twitu
Copy link

twitu commented Oct 2, 2019

I am using cli version aws-cli/1.16.243 Python/3.5.2 Linux/4.15.0-64-generic botocore/1.12.233 and --parameters does not support the simpler method for specifying key value pairs. Is there any timeline for this?

@kdaily
Copy link
Member

kdaily commented Sep 29, 2020

For 2 and 3, the CLI supports shorthand syntax:

https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-shorthand.html

For 1, those examples come from the service API that has a structure as a parameter type. Across services, I don't know that there is any specified or restricted format there, so that would be difficult and prone to incompatible changes.

@kdaily kdaily added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Sep 29, 2020
@github-actions
Copy link

github-actions bot commented Oct 6, 2020

Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.

@github-actions github-actions bot added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Oct 6, 2020
@github-actions github-actions bot added closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-for-staleness feature-request A feature should be added or improved. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

6 participants