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

Extract logic from cmd into reusable actions #497

Merged
merged 6 commits into from
Sep 8, 2023
Merged

Commits on Sep 8, 2023

  1. Extract logic from cmd/apply into action.Apply

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c28e1ff View commit details
    Browse the repository at this point in the history
  2. Extract logic from cmd/kubeconfig into action.Kubeconfig

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    75341b8 View commit details
    Browse the repository at this point in the history
  3. Extract logic from cmd/reset into action.Reset

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    45597b2 View commit details
    Browse the repository at this point in the history
  4. Extract logic from cmd/backup into action.Backup

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d383d88 View commit details
    Browse the repository at this point in the history
  5. Extract logic from cmd/config_edit into action.ConfigEdit

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9d9723d View commit details
    Browse the repository at this point in the history
  6. Extract logic from cmd/config_status into action.ConfigStatus

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9c7f709 View commit details
    Browse the repository at this point in the history