Module: VMC

Defined in:
lib/vmc/cli.rb,
lib/vmc/detect.rb,
lib/vmc/errors.rb,
lib/vmc/plugin.rb,
lib/vmc/spacing.rb,
lib/vmc/version.rb,
lib/vmc/cli/user.rb,
lib/vmc/constants.rb,
lib/vmc/cli/app/base.rb,
lib/vmc/cli/user/base.rb,
lib/vmc/cli/route/base.rb,
lib/vmc/cli/space/base.rb,
lib/vmc/cli/start/base.rb,
lib/vmc/cli/domain/base.rb,
lib/vmc/cli/interactive.rb,
lib/vmc/cli/service/base.rb,
lib/vmc/cli/organization/base.rb

Defined Under Namespace

Modules: App, Domain, Interactive, Organization, Plugin, Route, Service, Space, Spacing, Start, User Classes: CLI, Detector, NotAuthorized, UserError

Constant Summary collapse

VERSION =
"0.4.6".freeze
OLD_TARGET_FILE =
"~/.vmc_target"
OLD_TOKENS_FILE =
"~/.vmc_token"
CONFIG_DIR =
"~/.vmc"
LOGS_DIR =
"#{CONFIG_DIR}/logs"
PLUGINS_FILE =
"#{CONFIG_DIR}/plugins.yml"
TARGET_FILE =
"#{CONFIG_DIR}/target"
TOKENS_FILE =
"#{CONFIG_DIR}/tokens.yml"
COLORS_FILE =
"#{CONFIG_DIR}/colors.yml"
CRASH_FILE =
"#{CONFIG_DIR}/crash"