Class: TerraformEnterprise::CommandLine::Commands::OAuthTokensCommand
- Inherits:
-
TerraformEnterprise::CommandLine::Command
- Object
- Thor
- TerraformEnterprise::CommandLine::Command
- TerraformEnterprise::CommandLine::Commands::OAuthTokensCommand
- Defined in:
- lib/terraform_enterprise/command_line/commands/oauth_tokens.rb
Constant Summary
Constants inherited from TerraformEnterprise::CommandLine::Command
TerraformEnterprise::CommandLine::Command::CMD_STR
Constants included from TerraformEnterprise::CommandLine
Instance Method Summary collapse
Methods included from Util::Tar
Instance Method Details
#list ⇒ Object
11 12 13 |
# File 'lib/terraform_enterprise/command_line/commands/oauth_tokens.rb', line 11 def list render client.oauth_tokens.list() end |