class Build::Commands::Base

Direct Known Subclasses

Defined in:

commands/base.cr

Instance Method Summary

Instance Method Detail

def api : Build::DefaultApi #

[View source]
def default_region : String #

[View source]
def execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : Athena::Console::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]
def token : String | Nil #

[View source]