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

chore(cli): post refactor cleanup #2843

Merged
merged 3 commits into from Jul 3, 2023
Merged

chore(cli): post refactor cleanup #2843

merged 3 commits into from Jul 3, 2023

Conversation

schoren
Copy link
Collaborator

@schoren schoren commented Jun 30, 2023

This PR cleans up so everything is consistent.

  1. Removes now unused code, replaced by the new resourcemanager client.
  • formatters (except test, transactions and runs),
  • actions.Action interface and related implementations,
  • utils. ResourceClient and related code
  1. removes the parameters package, and merges the code into cmd package, which is the only client.
  2. each "parameter" struct from the parameters package is moved next to its consumer (i.e. parameters.ListParameters is now cmd.listParameters and lives in the list_cmd.go file where it is used)
  3. unexports all structs that are only used locally

@schoren schoren requested review from mathnogueira and danielbdias and removed request for mathnogueira July 3, 2023 18:01
@schoren schoren merged commit 57ef16e into main Jul 3, 2023
25 checks passed
@schoren schoren deleted the cli-cleanup branch July 3, 2023 20:31
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.

None yet

2 participants