Skip to content

Conversation

@rcaril
Copy link
Contributor

@rcaril rcaril commented Jan 22, 2026

Change summary

This PR moves the dictionary-entry command under the service command. A alias for fastly dictionary-entry is added here to prevent breaking changes.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  • Does your submission pass tests?
 make test TEST_ARGS="-run TestDictionaryItemDescribe ./pkg/commands/service/dictionaryentry"
ok      github.com/fastly/cli/pkg/commands/service/dictionaryentry      1.058s
make test TEST_ARGS="-run TestDictionaryItemsList ./pkg/commands/service/dictionaryentry"
ok      github.com/fastly/cli/pkg/commands/service/dictionaryentry      1.064s
make test TEST_ARGS="-run TestDictionaryItemCreate ./pkg/commands/service/dictionaryentry"
ok      github.com/fastly/cli/pkg/commands/service/dictionaryentry      1.056s
make test TEST_ARGS="-run TestDictionaryItemUpdate ./pkg/commands/service/dictionaryentry"
ok      github.com/fastly/cli/pkg/commands/service/dictionaryentry      1.073s
make test TEST_ARGS="-run TestDictionaryItemDelete ./pkg/commands/service/dictionaryentry"
ok      github.com/fastly/cli/pkg/commands/service/dictionaryentry      1.056s

Changes to Core Features:

  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

User Impact

None, an alias was added to prevent breaking changes.

)

func TestDictionaryItemDescribe(t *testing.T) {
scenarios := []testutil.CLIScenario{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file had to be refactored to use the new test framework.

@rcaril rcaril changed the title [CDTOOL-1255] [CDTOOL-1255] Move dictionaryentry commands under service Jan 22, 2026
@rcaril rcaril changed the title [CDTOOL-1255] Move dictionaryentry commands under service [CDTOOL-1255] Move dictionary-entry commands under service Jan 22, 2026
@rcaril rcaril marked this pull request as ready for review January 22, 2026 18:29
@rcaril rcaril requested a review from a team as a code owner January 22, 2026 18:29
@rcaril rcaril requested a review from kpfleming January 22, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants