Class: TerraformEnterprise::CommandLine::Commands::OAuthTokensCommand

Inherits:
TerraformEnterprise::CommandLine::Command show all
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

STRINGS, VERSION

Instance Method Summary collapse

Methods included from Util::Tar

#gzip, #tar, #tarball

Instance Method Details

#listObject



11
12
13
# File 'lib/terraform_enterprise/command_line/commands/oauth_tokens.rb', line 11

def list
  render client.oauth_tokens.list(options)
end