Class: Gleis::CLI::Auth
- Inherits:
-
Thor
- Object
- Thor
- Gleis::CLI::Auth
- Defined in:
- lib/gleis/cli/auth.rb
Overview
Authentication-related CLI commands
Instance Method Summary collapse
Instance Method Details
#login(username) ⇒ Object
6 7 8 |
# File 'lib/gleis/cli/auth.rb', line 6 def login(username) Authentication.login(username) end |
#logout ⇒ Object
11 12 13 |
# File 'lib/gleis/cli/auth.rb', line 11 def logout Authentication.logout end |
#whoami ⇒ Object
16 17 18 |
# File 'lib/gleis/cli/auth.rb', line 16 def whoami Authentication.whoami end |