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

🤖 Sync from open-cluster-management-io/config-policy-controller: #302 #1048

Merged
merged 2 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. Move cmd/dryrun to pkg/dryrun

    Because the main package was at `./cmd`, when installed via `go install`
    the tool would just be called `cmd`. Now it will be installed as
    `dryrun` (although the path is very slightly different).
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    (cherry picked from commit 489b1a3471511af434d951e79cd4bc2cdfc40f29)
    JustinKuli authored and Magic Mirror committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1f48002 View commit details
    Browse the repository at this point in the history
  2. Cleanup some dryrun details

    Adds a launch.json configuration for running/debugging the cli. Also
    more correctly silences the usage doc: if inputs are incorrect, it is
    helpful to print the doc.
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    (cherry picked from commit ae2abbc4602263e8902ba80272586d2b0c6c9d51)
    JustinKuli authored and Magic Mirror committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5073f84 View commit details
    Browse the repository at this point in the history