Module: Agile

Defined in:
lib/agile/commands/dod.rb,
lib/agile.rb,
lib/agile/constants.rb,
lib/agile/commands/dor.rb,
lib/agile/commands/help.rb,
lib/agile/commands/init.rb,
lib/agile/commands/hello.rb,
lib/agile/commands/login.rb,
lib/agile/commands/users.rb,
lib/agile/commands/events.rb,
lib/agile/commands/values.rb,
lib/agile/commands/remotes.rb,
lib/agile/commands/tickets.rb,
lib/agile/commands/version.rb,
lib/agile/commands/projects.rb,
lib/agile/commands/manifesto.rb,
lib/agile/commands/principles.rb

Overview

:reek:FeatureEnvy

Defined Under Namespace

Classes: CLI, Events, Members, Projects, Remotes, Tickets

Constant Summary collapse

GEM_PATH =
`gem which agile`.chomp.chomp("agile.rb")
CONFIG =
JSON.parse(File.read("#{GEM_PATH}.config.json"))
VERSION =
"0.0.18".freeze
GITHUB_URL =
%(https://github.com/login).freeze
TERMINAL_STYLE =
{ border_x: "=", border_i: "x", padding_left: 3 }.freeze
CLIENT_ID =
"8bf42da7e4f9032ac5d8".freeze