Module: Magellan::Cli
- Defined in:
- lib/magellan/cli.rb,
lib/magellan/cli/ssl.rb,
lib/magellan/cli/base.rb,
lib/magellan/cli/http.rb,
lib/magellan/cli/login.rb,
lib/magellan/cli/direct.rb,
lib/magellan/cli/errors.rb,
lib/magellan/cli/command.rb,
lib/magellan/cli/version.rb,
lib/magellan/cli/resources.rb,
lib/magellan/cli/file_access.rb,
lib/magellan/cli/resources/base.rb,
lib/magellan/cli/resources/team.rb,
lib/magellan/cli/resources/image.rb,
lib/magellan/cli/resources/stage.rb,
lib/magellan/cli/resources/worker.rb,
lib/magellan/cli/resources/project.rb,
lib/magellan/cli/resources/cloudsql.rb,
lib/magellan/cli/resources/container.rb,
lib/magellan/cli/resources/organization.rb,
lib/magellan/cli/resources/client_version.rb,
lib/magellan/cli/resources/transaction_router.rb
Defined Under Namespace
Modules: FileAccess, Resources, Ssl Classes: Base, Command, Direct, Error, Http, Login, LoginError
Constant Summary collapse
- JSON_HEADER =
{ "Content-Type" => "application/json" }.freeze
- VERSION =
"0.2.10"