Skip to content

feat: Move cluster and service selectors to cmd/root.go - #51

Closed
sestrella wants to merge 3 commits into
mainfrom
refactor_root_cmd
Closed

feat: Move cluster and service selectors to cmd/root.go#51
sestrella wants to merge 3 commits into
mainfrom
refactor_root_cmd

Conversation

@sestrella

Copy link
Copy Markdown
Owner
  • refactor: Initialize AWS client and selectors in root command
  • refactor: remove unused cluster and service selectors
  • refactor: Rename root command flags and variables

This commit renames several variables and flags related to the root command to be more descriptive. The changes include:

- Renaming `awsClient` to `rootClient`
- Renaming `selectors` to `rootSelectors`
- Renaming `clusterStr` to `rootClusterStr`
- Renaming `cluster` to `rootCluster`
- Renaming `serviceStr` to `rootServiceStr`
- Renaming `service` to `rootService`

These changes improve the clarity and maintainability of the codebase by making the purpose of these variables and flags more explicit.
@sestrella sestrella closed this Feb 3, 2026
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.

1 participant