|
|
def | setup_args (self, parser) |
| |
|
def | confirm_action (self, message) |
| |
|
def | run (self, args) |
| |
|
def | remove_db (self, db_ident, region, cluster, rds_config=None) |
| |
|
def | prerun (self, *args, **kwargs) |
| |
| def | get_stack (self, name) |
| |
Public Member Functions inherited from cli.base.HostingCommand |
|
def | add_stack_argument (self, *args, env=DEFAULT_STACK_ENV, help=None, metavar='STACK_NAME', **kwargs) |
| |
| def | check_requirements (self, stack) |
| |
|
|
string | name = 'rm' |
| |
|
string | min_version = "0.8.0" |
| |
|
dictionary | allowed_states = {'init', 'ready', 'active', 'partial_deploy'} |
| |
|
string | stacks_bucket = 'homecu.odyssey.stacks' |
| |
Static Public Attributes inherited from cli.base.HostingCommand |
|
| allowed_states = set() |
| |
|
string | min_version = "0" |
| |
|
| max_version = VERSION |
| |
Remove an Odyssey stack from AWS <b>[use caution]</b>.
Definition at line 737 of file stack.py.
The documentation for this class was generated from the following file: