Class: NotionCf::CLI
- Inherits:
-
Thor
- Object
- Thor
- NotionCf::CLI
- Defined in:
- lib/notion_cf/cli.rb
Overview
CLI class
Instance Method Summary collapse
Instance Method Details
#deploy(page_id, template_file_path) ⇒ Object
12 13 14 15 16 |
# File 'lib/notion_cf/cli.rb', line 12 def deploy(page_id, template_file_path) blueprints = Template.build_from_file(file_path: template_file_path).blueprints NotionCf::Resources.new(page_id:).deploy(blueprints) generate(page_id) end |