Class: Forcer::ForcerMain
- Inherits:
-
Thor
- Object
- Thor
- Forcer::ForcerMain
- Defined in:
- lib/forcer_main.rb
Instance Method Summary collapse
Instance Method Details
#deploy ⇒ Object
23 24 25 26 27 28 |
# File 'lib/forcer_main.rb', line 23 def deploy p "initiating DEPLOYMENT" = () = Metadata::MetadataService.new() .deploy end |