Skip to content

[FEATURE REQUEST] Consistency command structure between service acl & service acl-entry #1734

Description

@robbat2

Is your feature request related to a problem? Please describe.
service acl describe accepts the name of the Service, Service Version, and ACL name.

fastly service acl describe --service-name $SVCNAME --version latest --name $ACLNAME

However, service acl-entry list requires the ID of the ACL.

./fastly service acl-entry update  --service-name $SVCNAME  --acl-id=$ACL_ID ...

Describe the solution you'd like
Usability would be improved with support for writing it this way:

./fastly service acl-entry update --service-name $SVCNAME --version latest --acl-name $ACLNAME ...

(applies to the other acl-entry commands as well)

Describe alternatives you've considered
Use fastly acl describe to get the ID and then script the next command.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions