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

Add the ability to call commands with a package prefix to allow clashing packages to work #60

Closed
dshafik opened this issue Sep 6, 2018 · 1 comment

Comments

@dshafik
Copy link
Contributor

dshafik commented Sep 6, 2018

If two packages contain the same command, the current behavior is undefined (the first one encountered is executed).

It should be possible to prefix a command with it's package name to explicitly determine which one is run, e.g. if two packages named "property" and "promotional-deployment" both have a "property" command, you would call:

$ akamai property/property
$ akamai promotional-deployment/property

Akamai CLI should error out if the unqualified name resolves to more than one command.

This was referenced Oct 5, 2021
@lkowalsk-akamai-com
Copy link
Contributor

We believe that this issue is fixed with 1.3.0 release. Please feel free to reaopen the ticket if thats not the case.

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

No branches or pull requests

2 participants