Class: Poke::Commands::Init
- Inherits:
-
Poke::Command
- Object
- Poke::Command
- Poke::Commands::Init
- Defined in:
- lib/poke/commands/init.rb
Constant Summary collapse
- EXAMPLE_CONFIG =
{ "envs": { "development": { "BASE_URL": 'https://httpbin.org' }, "production": { "BASE_URL": 'https://httpbin.org' } }, "default_env": 'development' }.freeze
Method Summary
Methods inherited from Poke::Command
Constructor Details
This class inherits a constructor from Poke::Command