Extend the AWS CodeArtifact login command to support multiple namespaces #8616
Labels
codeartifact login
customization
Issues related to CLI customizations (located in /awscli/customizations)
feature-request
A feature should be added or improved.
p3
This is a minor priority issue
Describe the feature
I propose enhancing the
aws codeartifact login
command to allow for multiple namespaces to be specified in a single command.This could be implemented by allowing the
--namespace
flag to accept a list of namespaces instead of a single value.Use Case
Currently, the AWS CodeArtifact login command restricts users to specify a single namespace per login attempt.
This limitation requires users to execute multiple login commands, or manually configure other scopes/namespaces when working with projects that depend on packages from multiple private namespaces within the same domain.
Proposed Solution
Example of the proposed command usage:
Other Information
Related Issues
Acknowledgements
CLI version used
aws-cli/2.15.28
Environment details (OS name and version, etc.)
Sonoma 14.2.1
The text was updated successfully, but these errors were encountered: