Module: CF
- Defined in:
- lib/cf/cli.rb,
lib/cf/errors.rb,
lib/cf/plugin.rb,
lib/cf/spacing.rb,
lib/cf/version.rb,
lib/cf/constants.rb,
lib/cf/cli/app/base.rb,
lib/cf/cli/user/base.rb,
lib/cf/cli/route/base.rb,
lib/cf/cli/space/base.rb,
lib/cf/cli/start/base.rb,
lib/cf/cli/domain/base.rb,
lib/cf/cli/interactive.rb,
lib/cf/cli/space/space.rb,
lib/cf/cli/service/base.rb,
lib/cf/cli/space/create.rb,
lib/cf/cli/space/spaces.rb,
lib/cf/cli/populators/base.rb,
lib/cf/cli/populators/space.rb,
lib/cf/cli/organization/base.rb,
lib/cf/cli/populators/target.rb,
lib/cf/cli/populators/organization.rb,
lib/cf/cli/populators/populator_methods.rb
Defined Under Namespace
Modules: App, Domain, Interactive, Organization, Plugin, Populators, Route, Service, Space, Spacing, Start, TestSupport, User Classes: CLI, NotAuthorized, UserError, UserFriendlyError
Constant Summary collapse
- VERSION =
"0.0.3".freeze
- CONFIG_DIR =
"~/.truck".freeze
- LOGS_DIR =
"#{CONFIG_DIR}/logs".freeze
- PLUGINS_FILE =
"#{CONFIG_DIR}/plugins.yml".freeze
- TARGET_FILE =
"#{CONFIG_DIR}/target".freeze
- TOKENS_FILE =
"#{CONFIG_DIR}/tokens.yml".freeze
- COLORS_FILE =
"#{CONFIG_DIR}/colors.yml".freeze
- CRASH_FILE =
"#{CONFIG_DIR}/crash".freeze