Skip to content

Commit

Permalink
remove 'scaffold' CLI command, and recipes file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdfm committed Dec 3, 2023
1 parent e8b7932 commit d1496d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
6 changes: 0 additions & 6 deletions lib/consist/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
require "consist/utils"
require "consist/resolver"
require "consist/recipe"
require "consist/recipes"
require "consist/step"
require "consist/consistfile"
require "consist/commands/includes/stream_logger"
Expand Down Expand Up @@ -44,11 +43,6 @@ def ping(user, server)
end
end

desc "scaffold", "Apply a given recipe to (a) server(s)"
def scaffold(_recipe, server_ip)
Consist::Recipes.new(server_ip)
end

option :step, type: :string
option :consistfile, type: :string
option :consistdir, type: :string
Expand Down
28 changes: 0 additions & 28 deletions lib/consist/recipes.rb

This file was deleted.

0 comments on commit d1496d6

Please # to comment.