Skip to content

Commit

Permalink
(CONT-1025) Remove module command
Browse files Browse the repository at this point in the history
The module command existed as a transition point for users that migrated
from the original puppet module tool.

This change removes references to the module command and tests.
  • Loading branch information
chelnak committed May 30, 2023
1 parent 6651b2c commit 1692929
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 153 deletions.
1 change: 0 additions & 1 deletion lib/pdk/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def self.puppet_dev_option(dsl)
require 'pdk/cli/test'
require 'pdk/cli/update'
require 'pdk/cli/validate'
require 'pdk/cli/module'
require 'pdk/cli/console'
require 'pdk/cli/release'
require 'pdk/cli/remove'
Expand Down
16 changes: 0 additions & 16 deletions lib/pdk/cli/module.rb

This file was deleted.

14 changes: 0 additions & 14 deletions lib/pdk/cli/module/build.rb

This file was deleted.

49 changes: 0 additions & 49 deletions lib/pdk/cli/module/generate.rb

This file was deleted.

15 changes: 0 additions & 15 deletions spec/unit/pdk/cli/module/build_spec.rb

This file was deleted.

58 changes: 0 additions & 58 deletions spec/unit/pdk/cli/module/generate_spec.rb

This file was deleted.

0 comments on commit 1692929

Please sign in to comment.