class Build::Commands::Login

Defined in:

commands/login.cr

Instance Method Summary

Instance methods inherited from class Build::Commands::Base

api : Build::DefaultApi api, default_region : String default_region, execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : Athena::Console::Command::Status execute, token : String | Nil token

Instance Method Detail

def execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : ACON::Command::Status #
Description copied from class Athena::Console::Command

Executes the command with the provided input and output, returning the status of the invocation via ACON::Command::Status.

This method MUST be defined and implement the business logic for the command.


[View source]