Class: Poke::Commands::Init

Inherits:
Poke::Command show all
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

#execute, #initialize

Constructor Details

This class inherits a constructor from Poke::Command