Class: Gleis::CLI::Storage
- Inherits:
-
Thor
- Object
- Thor
- Gleis::CLI::Storage
- Defined in:
- lib/gleis/cli/storage.rb
Overview
Storage-related CLI commands
Instance Method Summary collapse
Instance Method Details
#add(type) ⇒ Object
8 9 10 |
# File 'lib/gleis/cli/storage.rb', line 8 def add(type) Gleis::Storage.add([:app], type) end |
#attach(dir) ⇒ Object
13 14 15 |
# File 'lib/gleis/cli/storage.rb', line 13 def attach(dir) Gleis::Storage.attach([:app], dir) end |