Module: StackFu
- Includes:
- OperatingSystems
- Defined in:
- lib/stackfu.rb,
lib/stackfu/app.rb,
lib/stackfu/api_hooks.rb,
lib/stackfu/helpers/rendering.rb,
lib/stackfu/operating_systems.rb,
lib/stackfu/helpers/providers_credentials.rb
Defined Under Namespace
Modules: ApiHooks, Commands, OperatingSystems, ProvidersCredentials, Rendering Classes: App
Constant Summary collapse
- VERSION =
'0.1.8.1'- API =
ENV['STACKFU_ENV'] == 'development' ? "http://localhost:3000" : "https://beta.stackfu.com"
- CONFIG_FILE =
"#{ENV['HOME']}/.stackfu"
Constants included from OperatingSystems
OperatingSystems::FriendlyNames, OperatingSystems::OperatingSystems