kherge/rs.aws-login

The ability to generate a new profile from any profile template, but with a different name.

kherge opened this issue · 0 comments

The following checks have been done.

  • I could not find another enhancement request that covers what I need.
  • This request does not cover existing functionality.

What existing feature needs to be enhanced?

The ability to create profiles from templates.

What problem is being solved?

Currently, profile templates can only be used to generate profiles of the same name.

How would you like to see this problem solved?

There should be a way to use any existing profile template to generate a new profile using any desired name.

With a new subcommand

aws-login new template-name profile-name

The purpose of the new command would be solely to use templates for new profiles of any name.

With an existing subcommand

aws-login use --as profile-name

The subcommand would check if the --as option is being used and either create a new profile from the selected template or copy an existing profile.

Some additional context.

No response