Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save waldenraines/d1d666656336da7ad5e2dbdc12bebbd5 to your computer and use it in GitHub Desktop.
Save waldenraines/d1d666656336da7ad5e2dbdc12bebbd5 to your computer and use it in GitHub Desktop.
diff --git a/lib/hammer_cli_katello/activation_key.rb b/lib/hammer_cli_katello/activation_key.rb
index 274abf2..4366a89 100644
--- a/lib/hammer_cli_katello/activation_key.rb
+++ b/lib/hammer_cli_katello/activation_key.rb
@@ -5,6 +5,7 @@ module HammerCLIKatello
class ListCommand < HammerCLIKatello::ListCommand
include KatelloEnvironmentNameResolvable
action :index
+ debugger
output do
field :id, _("ID")
@@ -286,3 +287,4 @@ module HammerCLIKatello
autoload_subcommands
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment