Class: PactBroker::Client::CLI::Broker
- Inherits:
-
CustomThor
- Object
- Thor
- CustomThor
- PactBroker::Client::CLI::Broker
- Includes:
- BranchCommands, DeploymentCommands, EnvironmentCommands, MatrixCommands, PactCommands, PacticipantCommands, VersionCommands, WebhookCommands
- Defined in:
- lib/pact_broker/client/cli/broker.rb
Constant Summary
Constants included from PacticipantCommands
PacticipantCommands::PACTICIPANT_PARAM_NAMES
Constants included from DeploymentCommands
DeploymentCommands::RECORD_DEPLOYMENT_HELP_URL, DeploymentCommands::RECORD_RELEASE_HELP_URL, DeploymentCommands::RECORD_SUPPORT_ENDED_HELP_URL, DeploymentCommands::RECORD_UNDEPLOYMENT_HELP_URL
Constants included from EnvironmentCommands
EnvironmentCommands::ENVIRONMENT_PARAM_NAMES
Constants inherited from CustomThor
Instance Method Summary collapse
Methods included from WebhookCommands
Methods included from BranchCommands
Methods included from VersionCommands
Methods included from PacticipantCommands
Methods included from MatrixCommands
Methods included from DeploymentCommands
Methods included from EnvironmentCommands
Methods included from PactCommands
Instance Method Details
#generate_uuid ⇒ Object
27 28 29 30 |
# File 'lib/pact_broker/client/cli/broker.rb', line 27 def generate_uuid require "securerandom" puts SecureRandom.uuid end |
#version ⇒ Object
34 35 36 37 |
# File 'lib/pact_broker/client/cli/broker.rb', line 34 def version require "pact_broker/client/version" $stdout.puts PactBroker::Client::VERSION end |