brightbox-cli 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/CHANGELOG.md +18 -0
- data/Gemfile.lock +18 -19
- data/bin/_brightbox-bash-completer +42 -0
- data/brightbox-cli.gemspec +5 -5
- data/lib/brightbox-cli/accounts.rb +1 -3
- data/lib/brightbox-cli/api.rb +27 -8
- data/lib/brightbox-cli/cloud_ips.rb +11 -15
- data/lib/brightbox-cli/collaborating_account.rb +23 -26
- data/lib/brightbox-cli/collaboration.rb +1 -1
- data/lib/brightbox-cli/commands/{accounts-accept-invite.rb → accounts/accept-invite.rb} +2 -3
- data/lib/brightbox-cli/commands/{accounts-default.rb → accounts/default.rb} +1 -3
- data/lib/brightbox-cli/commands/{accounts-list.rb → accounts/list.rb} +1 -1
- data/lib/brightbox-cli/commands/{accounts-remove.rb → accounts/remove.rb} +1 -2
- data/lib/brightbox-cli/commands/{accounts-reset-ftp-password.rb → accounts/reset-ftp-password.rb} +10 -5
- data/lib/brightbox-cli/commands/{accounts-show.rb → accounts/show.rb} +14 -6
- data/lib/brightbox-cli/commands/{cloudips-create.rb → cloudips/create.rb} +4 -4
- data/lib/brightbox-cli/commands/{cloudips-destroy.rb → cloudips/destroy.rb} +1 -1
- data/lib/brightbox-cli/commands/{cloudips-list.rb → cloudips/list.rb} +2 -10
- data/lib/brightbox-cli/commands/{cloudips-map.rb → cloudips/map.rb} +2 -8
- data/lib/brightbox-cli/commands/{cloudips-show.rb → cloudips/show.rb} +13 -3
- data/lib/brightbox-cli/commands/{cloudips-unmap.rb → cloudips/unmap.rb} +1 -1
- data/lib/brightbox-cli/commands/{cloudips-update.rb → cloudips/update.rb} +5 -6
- data/lib/brightbox-cli/commands/collaborations.rb +3 -9
- data/lib/brightbox-cli/commands/{config-client-add.rb → config/client-add.rb} +2 -2
- data/lib/brightbox-cli/commands/{config-client-default.rb → config/client-default.rb} +1 -1
- data/lib/brightbox-cli/commands/{config-client-list.rb → config/client-list.rb} +3 -3
- data/lib/brightbox-cli/commands/{config-client-remove.rb → config/client-remove.rb} +4 -1
- data/lib/brightbox-cli/commands/{config-user-add.rb → config/user-add.rb} +1 -1
- data/lib/brightbox-cli/commands/{firewall-policies-apply.rb → firewall/policies-apply.rb} +3 -4
- data/lib/brightbox-cli/commands/{firewall-policies-create.rb → firewall/policies-create.rb} +3 -4
- data/lib/brightbox-cli/commands/{firewall-policies-destroy.rb → firewall/policies-destroy.rb} +2 -3
- data/lib/brightbox-cli/commands/{firewall-policies-list.rb → firewall/policies-list.rb} +2 -9
- data/lib/brightbox-cli/commands/{firewall-policies-remove.rb → firewall/policies-remove.rb} +2 -3
- data/lib/brightbox-cli/commands/{firewall-policies-show.rb → firewall/policies-show.rb} +11 -3
- data/lib/brightbox-cli/commands/{firewall-policies-update.rb → firewall/policies-update.rb} +3 -3
- data/lib/brightbox-cli/commands/{firewall-rules-create.rb → firewall/rules-create.rb} +4 -4
- data/lib/brightbox-cli/commands/{firewall-rules-destroy.rb → firewall/rules-destroy.rb} +2 -4
- data/lib/brightbox-cli/commands/{firewall-rules-list.rb → firewall/rules-list.rb} +2 -2
- data/lib/brightbox-cli/commands/{firewall-rules-show.rb → firewall/rules-show.rb} +10 -4
- data/lib/brightbox-cli/commands/{firewall-rules-update.rb → firewall/rules-update.rb} +3 -3
- data/lib/brightbox-cli/commands/{groups-add-server.rb → groups/add-server.rb} +2 -2
- data/lib/brightbox-cli/commands/{groups-create.rb → groups/create.rb} +3 -3
- data/lib/brightbox-cli/commands/{groups-destroy.rb → groups/destroy.rb} +2 -2
- data/lib/brightbox-cli/commands/groups/list.rb +14 -0
- data/lib/brightbox-cli/commands/{groups-move_servers.rb → groups/move_servers.rb} +1 -2
- data/lib/brightbox-cli/commands/{groups-remove-servers.rb → groups/remove-servers.rb} +1 -1
- data/lib/brightbox-cli/commands/{groups-show.rb → groups/show.rb} +1 -1
- data/lib/brightbox-cli/commands/{groups-update.rb → groups/update.rb} +5 -10
- data/lib/brightbox-cli/commands/{images-destroy.rb → images/destroy.rb} +2 -2
- data/lib/brightbox-cli/commands/{images-list.rb → images/list.rb} +2 -10
- data/lib/brightbox-cli/commands/{images-register.rb → images/register.rb} +6 -6
- data/lib/brightbox-cli/commands/{images-show.rb → images/show.rb} +2 -11
- data/lib/brightbox-cli/commands/{images-update.rb → images/update.rb} +8 -8
- data/lib/brightbox-cli/commands/{lbs-add-nodes.rb → lbs/add-nodes.rb} +2 -2
- data/lib/brightbox-cli/commands/{lbs-create.rb → lbs/create.rb} +16 -10
- data/lib/brightbox-cli/commands/{lbs-destroy.rb → lbs/destroy.rb} +1 -1
- data/lib/brightbox-cli/commands/{lbs-list.rb → lbs/list.rb} +2 -10
- data/lib/brightbox-cli/commands/{lbs-remove-nodes.rb → lbs/remove-nodes.rb} +2 -2
- data/lib/brightbox-cli/commands/{lbs-show.rb → lbs/show.rb} +4 -7
- data/lib/brightbox-cli/commands/{lbs-update.rb → lbs/update.rb} +16 -10
- data/lib/brightbox-cli/commands/{servers-activate-console.rb → servers/activate-console.rb} +3 -3
- data/lib/brightbox-cli/commands/{servers-create.rb → servers/create.rb} +4 -4
- data/lib/brightbox-cli/commands/{servers-destroy.rb → servers/destroy.rb} +2 -2
- data/lib/brightbox-cli/commands/{servers-list.rb → servers/list.rb} +7 -8
- data/lib/brightbox-cli/commands/{servers-show.rb → servers/show.rb} +1 -6
- data/lib/brightbox-cli/commands/{servers-shutdown.rb → servers/shutdown.rb} +1 -1
- data/lib/brightbox-cli/commands/{servers-snapshot.rb → servers/snapshot.rb} +1 -1
- data/lib/brightbox-cli/commands/{servers-start.rb → servers/start.rb} +1 -1
- data/lib/brightbox-cli/commands/{servers-stop.rb → servers/stop.rb} +1 -1
- data/lib/brightbox-cli/commands/{servers-update.rb → servers/update.rb} +2 -2
- data/lib/brightbox-cli/commands/sql/instances_create.rb +66 -0
- data/lib/brightbox-cli/commands/sql/instances_destroy.rb +28 -0
- data/lib/brightbox-cli/commands/sql/instances_list.rb +27 -0
- data/lib/brightbox-cli/commands/sql/instances_reset_password.rb +33 -0
- data/lib/brightbox-cli/commands/sql/instances_show.rb +26 -0
- data/lib/brightbox-cli/commands/sql/instances_snapshot.rb +25 -0
- data/lib/brightbox-cli/commands/sql/instances_update.rb +45 -0
- data/lib/brightbox-cli/commands/sql/snapshots_destroy.rb +31 -0
- data/lib/brightbox-cli/commands/sql/snapshots_list.rb +25 -0
- data/lib/brightbox-cli/commands/sql/snapshots_show.rb +26 -0
- data/lib/brightbox-cli/commands/sql/snapshots_update.rb +37 -0
- data/lib/brightbox-cli/commands/sql/types.rb +53 -0
- data/lib/brightbox-cli/commands/types.rb +1 -1
- data/lib/brightbox-cli/commands/users/list.rb +17 -0
- data/lib/brightbox-cli/commands/{users-show.rb → users/show.rb} +5 -13
- data/lib/brightbox-cli/commands/{users-update.rb → users/update.rb} +3 -3
- data/lib/brightbox-cli/config.rb +4 -7
- data/lib/brightbox-cli/config/accounts.rb +3 -6
- data/lib/brightbox-cli/config/api_client.rb +12 -4
- data/lib/brightbox-cli/config/authentication_tokens.rb +8 -14
- data/lib/brightbox-cli/config/clients.rb +6 -7
- data/lib/brightbox-cli/config/section_name_deduplicator.rb +4 -5
- data/lib/brightbox-cli/config/sections.rb +7 -10
- data/lib/brightbox-cli/config/user_application.rb +15 -7
- data/lib/brightbox-cli/connection_manager.rb +1 -2
- data/lib/brightbox-cli/database_server.rb +100 -0
- data/lib/brightbox-cli/database_snapshot.rb +36 -0
- data/lib/brightbox-cli/database_type.rb +44 -0
- data/lib/brightbox-cli/detailed_server.rb +8 -7
- data/lib/brightbox-cli/error_parser.rb +8 -4
- data/lib/brightbox-cli/firewall_rule.rb +5 -5
- data/lib/brightbox-cli/firewall_rules.rb +2 -3
- data/lib/brightbox-cli/gli_global_hooks.rb +7 -7
- data/lib/brightbox-cli/images.rb +13 -14
- data/lib/brightbox-cli/legacy/args_adjuster.rb +5 -6
- data/lib/brightbox-cli/load_balancers.rb +10 -13
- data/lib/brightbox-cli/logging.rb +3 -3
- data/lib/brightbox-cli/nilable_hash.rb +1 -1
- data/lib/brightbox-cli/ruby_core_ext.rb +1 -2
- data/lib/brightbox-cli/server_groups.rb +5 -5
- data/lib/brightbox-cli/servers.rb +9 -9
- data/lib/brightbox-cli/tables.rb +24 -25
- data/lib/brightbox-cli/types.rb +6 -5
- data/lib/brightbox-cli/user_collaboration.rb +2 -3
- data/lib/brightbox-cli/users.rb +3 -3
- data/lib/brightbox-cli/version.rb +1 -1
- data/lib/brightbox_cli.rb +10 -2
- data/locales/en.yml +205 -0
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_application/returns_a_collection_of_Accounts.yml +10 -10
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_application/returns_resources_on_the_same_connection.yml +4 -4
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_client/returns_a_collection_of_Accounts.yml +8 -8
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_client/returns_resources_on_the_same_connection.yml +4 -4
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_changes_to_the_config_file.yml +4 -4
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_the_default_account.yml +4 -4
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_the_new_client_as_the_default.yml +4 -4
- data/spec/cassettes/Brightbox_BBConfig/_find_or_set_default_account/when_client_is_not_authenticated/does_not_raise_an_error.yml +176 -176
- data/spec/cassettes/Brightbox_BBConfig/_find_or_set_default_account/when_client_may_access_one_account/updates_the_setting.yml +176 -176
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_config_in_use_is_not_the_default/uses_correct_credentials.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_a_cached_refresh_token/caches_the_new_tokens.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_an_expired_refresh_token/caches_the_new_tokens.yml +4 -4
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_no_tokens/caches_the_new_tokens.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_no_tokens/prompts_user_to_retry_command.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_an_API_client_with_no_tokens/caches_a_new_access_token.yml +2 -2
- data/spec/cassettes/Brightbox_CloudIP/_find_all_/when_a_Cloud_IP_exists/returns_a_suitable.yml +28 -28
- data/spec/cassettes/Brightbox_FirewallPolicy/_apply_to/should_apply_firewall_policy.yml +24 -24
- data/spec/cassettes/Brightbox_FirewallPolicy/_create/should_create_firewall_policy.yml +24 -24
- data/spec/cassettes/Brightbox_FirewallPolicy/_destroy/should_destroy_firewall_policy.yml +28 -28
- data/spec/cassettes/Brightbox_FirewallPolicy/_find_all_/when_a_policy_exists/should_list_firewall_policy.yml +24 -24
- data/spec/cassettes/Brightbox_FirewallPolicy/_find_or_call/when_a_policy_exists/should_show_firewall_policy.yml +20 -20
- data/spec/cassettes/Brightbox_FirewallRule/_create/when_policy_exists/creates_the_rule_successfully.yml +24 -24
- data/spec/cassettes/Brightbox_FirewallRule/_destroy/when_rule_exists/destroys_a_rule.yml +20 -20
- data/spec/cassettes/Brightbox_FirewallRule/_find/when_rule_exists/can_display_the_result.yml +24 -24
- data/spec/cassettes/Brightbox_FirewallRule/_from_policy/when_policy_exists_with_a_rule/lists_all_rules.yml +32 -32
- data/spec/cassettes/Brightbox_Server/_destroy/when_server_exists/should_work.yml +20 -20
- data/spec/cassettes/Brightbox_Server/_find_all_/when_a_server_exists/should_print_server_list.yml +28 -28
- data/spec/cassettes/Brightbox_Server/_show/when_server_exists/shows_detailed_attributes_of_a_server.yml +32 -32
- data/spec/cassettes/Brightbox_Server/_shutdown/should_work.yml +32 -32
- data/spec/cassettes/Brightbox_Server/_start/should_work.yml +44 -44
- data/spec/cassettes/Brightbox_Server/_stop/should_work.yml +32 -32
- data/spec/cassettes/Brightbox_Server/_update/when_passing_new_group_membership/should_update_with_group.yml +40 -40
- data/spec/cassettes/Brightbox_ServerGroup/_find_all_/when_a_group_exists/list_server_groups.yml +24 -24
- data/spec/cassettes/Firewall_policies/update/when_the_policy_does_not_exist/prints_error_to_STDERR.yml +6 -6
- data/spec/cassettes/brightbox_accounts/list/_when_access_token_expired_/does_not_report_invalid_token_errors.yml +18 -18
- data/spec/cassettes/brightbox_accounts/list/_when_both_tokens_expired_/does_not_report_invalid_token_errors.yml +18 -18
- data/spec/cassettes/brightbox_accounts/list/_when_invalid_tokens_/does_not_report_invalid_token_errors.yml +18 -18
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_/does_not_report_invalid_token_errors.yml +16 -16
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_/reports_they_were_updated.yml +14 -14
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_and_password_incorrect_/does_not_report_invalid_token_errors.yml +14 -14
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_and_password_incorrect_/reports_unable_to_authenticate.yml +12 -12
- data/spec/cassettes/brightbox_accounts/list/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_cloudips/map/when_destination_is_a_server_ID/passes_the_interface_identifier_to_the_API.yml +542 -0
- data/spec/cassettes/brightbox_cloudips/map/when_destination_is_another_value/passes_the_identifier_to_the_API.yml +317 -0
- data/spec/cassettes/brightbox_config/client_add/when_adding_a_new_client/does_not_error.yml +154 -154
- data/spec/cassettes/brightbox_config/client_add/when_adding_a_new_client/sets_up_the_config.yml +154 -154
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/does_not_change_the_default_client.yml +154 -154
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/does_not_error.yml +154 -154
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/sets_this_as_the_default_client.yml +154 -154
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/sets_up_the_config.yml +154 -154
- data/spec/cassettes/brightbox_config/user_add/when_NO_config_file_on_disk/sets_up_the_config.yml +10 -10
- data/spec/cassettes/brightbox_config/user_add/when_a_default_client_is_already_set/does_not_change_the_default_client.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_details_in_config/does_not_error.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_details_in_config/sets_up_the_config.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/display_an_warning_about_preselected_default.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/does_not_error.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/selects_the_active_account_for_the_default.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/sets_up_the_config.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/display_an_warning_about_preselected_default.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/does_not_error.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/sets_up_the_config.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/does_not_error.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/does_not_prompt_to_rerun_the_command.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/requests_access_tokens.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/sets_this_as_the_default_client.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/sets_up_the_config.yml +10 -10
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/does_not_error.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/does_not_prompt_to_rerun_the_command.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/requests_access_tokens.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/does_not_error.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/requests_access_tokens.yml +4 -4
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/sets_up_the_config.yml +4 -4
- data/spec/cassettes/brightbox_database-servers/create/--allow-access_10_0_0_0/correctly_sends_API_parameters.yml +93 -0
- data/spec/cassettes/brightbox_database-servers/create/--allow-access_srv-12345_grp-12345/correctly_sends_API_parameters.yml +93 -0
- data/spec/cassettes/brightbox_database-servers/create/--engine_mysql/correctly_sends_API_parameters.yml +93 -0
- data/spec/cassettes/brightbox_database-servers/create/--engine_mysql_--engine-version_5_6/correctly_sends_API_parameters.yml +93 -0
- data/spec/cassettes/brightbox_database-servers/create/without_arguments/reports_the_new_admin_password.yml +93 -0
- data/spec/cassettes/brightbox_database-servers/create/without_arguments/reports_the_new_admin_username.yml +93 -0
- data/spec/cassettes/brightbox_database-servers/snapshot/when_database_server_active/correctly_sends_API_parameters.yml +181 -0
- data/spec/cassettes/brightbox_database-servers/snapshot/when_database_server_can_not_be_snapshotted/reports_an_error_to_the_user.yml +91 -0
- data/spec/cassettes/brightbox_database-snapshots/list/when_resources_are_available/does_not_output_to_stderr.yml +93 -0
- data/spec/cassettes/brightbox_database-snapshots/list/when_resources_are_available/outputs_table_details_to_stdout.yml +93 -0
- data/spec/cassettes/brightbox_database-snapshots/show/when_resource_exists/does_not_output_to_stderr.yml +93 -0
- data/spec/commands/accounts/list_spec.rb +1 -1
- data/spec/commands/cloudips/map_spec.rb +23 -4
- data/spec/commands/config/user_add_spec.rb +1 -1
- data/spec/commands/sql/instances/create_spec.rb +69 -0
- data/spec/commands/sql/instances/snapshot_spec.rb +36 -0
- data/spec/commands/sql/snapshots/list_spec.rb +29 -0
- data/spec/commands/sql/snapshots/show_spec.rb +29 -0
- data/spec/commands/sql/types/list_spec.rb +18 -0
- data/spec/spec_helper.rb +1 -3
- data/spec/support/vcr.rb +1 -1
- data/spec/unit/brightbox/api/conn_spec.rb +1 -1
- data/spec/unit/brightbox/bb_config/add_section_spec.rb +1 -1
- data/spec/unit/brightbox/bb_config/renew_tokens_spec.rb +1 -1
- data/spec/unit/brightbox/database_server_spec.rb +9 -0
- data/spec/unit/brightbox/database_snapshot_spec.rb +9 -0
- data/spec/unit/brightbox/database_type_spec.rb +9 -0
- data/spec/unit/brightbox/firewall_policy/create_spec.rb +1 -1
- data/spec/unit/brightbox/firewall_policy/destroy_spec.rb +1 -1
- data/spec/unit/brightbox/firewall_rule/create_spec.rb +1 -1
- data/spec/unit/brightbox/firewall_rule/destroy_spec.rb +1 -1
- data/spec/unit/brightbox/firewall_rule/find_spec.rb +1 -1
- data/spec/unit/brightbox/firewall_rule/from_policy_spec.rb +1 -1
- data/spec/unit/brightbox/server/destroy_spec.rb +1 -1
- data/spec/unit/brightbox/server/find_or_call_spec.rb +1 -1
- data/spec/unit/brightbox/server/shutdown_spec.rb +1 -1
- data/spec/unit/brightbox/server/start_spec.rb +1 -1
- data/spec/unit/brightbox/server/stop_spec.rb +1 -1
- data/spec/unit/brightbox/server/update_spec.rb +1 -1
- data/spec/unit/brightbox/server_group/find_spec.rb +1 -1
- data/spec/unit/brightbox/user_collaboration/get_for_account_spec.rb +3 -3
- metadata +160 -115
- data/lib/brightbox-cli/commands/groups-list.rb +0 -21
- data/lib/brightbox-cli/commands/users-list.rb +0 -25
@@ -0,0 +1,28 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:instances] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.instances.destroy.desc")
|
6
|
+
cmd.arg_name "[instance-id...]"
|
7
|
+
cmd.command [:destroy] do |c|
|
8
|
+
c.action do |global_options, options, args|
|
9
|
+
|
10
|
+
raise "You must specify instance IDs to destroy" if args.empty?
|
11
|
+
|
12
|
+
servers = DatabaseServer.find_or_call(args) do |id|
|
13
|
+
raise "Couldn't find an SQL instance with ID #{id}"
|
14
|
+
end
|
15
|
+
|
16
|
+
servers.each do |server|
|
17
|
+
info "Destroying server instance #{server}"
|
18
|
+
begin
|
19
|
+
server.destroy
|
20
|
+
rescue Brightbox::Api::Conflict
|
21
|
+
error "Could not destroy #{server}"
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.default_command :instances
|
4
|
+
product.command [:instances] do |cmd|
|
5
|
+
|
6
|
+
cmd.default_command :list
|
7
|
+
|
8
|
+
cmd.desc I18n.t("sql.instances.list.desc")
|
9
|
+
|
10
|
+
cmd.arg_name "[instance-id...]"
|
11
|
+
cmd.command [:list] do |c|
|
12
|
+
|
13
|
+
c.action do |global_options, options, args|
|
14
|
+
if args.empty?
|
15
|
+
servers = DatabaseServer.find(:all)
|
16
|
+
else
|
17
|
+
servers = DatabaseServer.find_or_call(args) do |id|
|
18
|
+
warn "Couldn't find server #{id}"
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
render_table(servers, global_options)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:instances] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.instances.reset_password.desc")
|
6
|
+
cmd.arg_name "server-id"
|
7
|
+
cmd.command [:"reset-password"] do |c|
|
8
|
+
c.action do |global_options, options, args|
|
9
|
+
dbs_id = args.shift
|
10
|
+
unless dbs_id =~ /^dbs-/
|
11
|
+
raise "You must specify a valid SQL instance ID as the first argument"
|
12
|
+
end
|
13
|
+
|
14
|
+
server = DatabaseServer.find dbs_id
|
15
|
+
|
16
|
+
info "Resetting admin password for #{server}"
|
17
|
+
begin
|
18
|
+
server.reset_password
|
19
|
+
rescue Brightbox::Api::Conflict
|
20
|
+
error "Could not reset password for #{server}"
|
21
|
+
end
|
22
|
+
|
23
|
+
table_options = global_options.merge(
|
24
|
+
:vertical => true,
|
25
|
+
:fields => DatabaseServer.detailed_fields
|
26
|
+
)
|
27
|
+
|
28
|
+
render_table([server], table_options)
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:instances] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.instances.show.desc")
|
6
|
+
cmd.arg_name "instance-id..."
|
7
|
+
cmd.command [:show] do |c|
|
8
|
+
|
9
|
+
c.action do |global_options, options, args|
|
10
|
+
|
11
|
+
raise "You must specify instance IDs to show" if args.empty?
|
12
|
+
|
13
|
+
servers = DatabaseServer.find_or_call(args) do |id|
|
14
|
+
raise "Couldn't find an SQL instance with ID #{id}"
|
15
|
+
end
|
16
|
+
|
17
|
+
table_opts = global_options.merge(
|
18
|
+
:vertical => true,
|
19
|
+
:fields => DatabaseServer.detailed_fields
|
20
|
+
)
|
21
|
+
render_table(servers, table_opts)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:instances] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.instances.snapshot.desc")
|
6
|
+
cmd.arg_name "[instance-id...]"
|
7
|
+
cmd.command [:snapshot] do |c|
|
8
|
+
|
9
|
+
c.action do |global_options, options, args|
|
10
|
+
|
11
|
+
raise "You must specify SQL instance IDs to snapshot" if args.empty?
|
12
|
+
|
13
|
+
servers = DatabaseServer.find_or_call(args) do |id|
|
14
|
+
raise "Couldn't find an SQL instance with ID #{id}"
|
15
|
+
end
|
16
|
+
|
17
|
+
servers.each do |server|
|
18
|
+
info "Creating snapshot for #{server}"
|
19
|
+
server.snapshot
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:instances] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.instances.update.desc")
|
6
|
+
cmd.arg_name "instance-id"
|
7
|
+
cmd.command [:update] do |c|
|
8
|
+
|
9
|
+
c.desc I18n.t("options.name.desc")
|
10
|
+
c.flag [:n, :name]
|
11
|
+
|
12
|
+
c.desc I18n.t("options.description.desc")
|
13
|
+
c.flag [:d, "description"]
|
14
|
+
|
15
|
+
c.desc I18n.t("sql.instances.options.allow_access.desc")
|
16
|
+
c.flag [:"allow-access"]
|
17
|
+
|
18
|
+
c.action do |global_options, options, args|
|
19
|
+
dbs_id = args.shift
|
20
|
+
unless dbs_id =~ /^dbs-/
|
21
|
+
raise "You must specify a valid SQL instance ID as the first argument"
|
22
|
+
end
|
23
|
+
|
24
|
+
server = DatabaseServer.find dbs_id
|
25
|
+
|
26
|
+
params = NilableHash.new
|
27
|
+
params[:name] = options[:n] if options[:n]
|
28
|
+
params[:description] = options[:d] if options[:d]
|
29
|
+
|
30
|
+
if options[:"allow-access"]
|
31
|
+
access_items = options[:"allow-access"].split(",")
|
32
|
+
params[:allow_access] = access_items
|
33
|
+
end
|
34
|
+
|
35
|
+
params.nilify_blanks
|
36
|
+
|
37
|
+
info "Updating #{server}"
|
38
|
+
server.update params
|
39
|
+
server.reload
|
40
|
+
render_table([server], global_options)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
|
4
|
+
product.desc I18n.t("sql.snapshots.desc")
|
5
|
+
product.command [:snapshots] do |cmd|
|
6
|
+
|
7
|
+
cmd.desc I18n.t("sql.snapshots.destroy.desc")
|
8
|
+
cmd.arg_name "[snapshot-id...]"
|
9
|
+
|
10
|
+
cmd.command [:destroy] do |c|
|
11
|
+
c.action do |global_options, options, args|
|
12
|
+
|
13
|
+
raise "You must specify snapshots to destroy" if args.empty?
|
14
|
+
|
15
|
+
snapshots = DatabaseSnapshot.find_or_call(args) do |id|
|
16
|
+
raise "Couldn't find snapshot #{id}"
|
17
|
+
end
|
18
|
+
|
19
|
+
snapshots.each do |snapshot|
|
20
|
+
info "Destroying snapshot #{snapshot}"
|
21
|
+
begin
|
22
|
+
snapshot.destroy
|
23
|
+
rescue Brightbox::Api::Conflict
|
24
|
+
error "Could not destroy #{snapshot}"
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:snapshots] do |cmd|
|
4
|
+
|
5
|
+
cmd.default_command :list
|
6
|
+
|
7
|
+
cmd.desc I18n.t("sql.snapshots.list.desc")
|
8
|
+
cmd.arg_name "[snapshot-id...]"
|
9
|
+
cmd.command [:list] do |c|
|
10
|
+
|
11
|
+
c.action do |global_options, options, args|
|
12
|
+
if args.empty?
|
13
|
+
snapshots = DatabaseSnapshot.find(:all)
|
14
|
+
else
|
15
|
+
snapshots = DatabaseSnapshot.find_or_call(args) do |id|
|
16
|
+
warn "Couldn't find snapshot #{id}"
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
render_table(snapshots, global_options)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:snapshots] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.snapshots.show.desc")
|
6
|
+
cmd.arg_name "[snapshot-id...]"
|
7
|
+
cmd.command [:show] do |c|
|
8
|
+
|
9
|
+
c.action do |global_options, options, args|
|
10
|
+
|
11
|
+
raise "You must specify snapshot ids to show" if args.empty?
|
12
|
+
|
13
|
+
servers = DatabaseSnapshot.find_or_call(args) do |id|
|
14
|
+
raise "Couldn't find snapshot #{id}"
|
15
|
+
end
|
16
|
+
|
17
|
+
table_opts = global_options.merge(
|
18
|
+
:vertical => true,
|
19
|
+
:fields => [:id, :name, :description, :status, :created_on]
|
20
|
+
)
|
21
|
+
render_table(servers, table_opts)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
product.command [:snapshots] do |cmd|
|
4
|
+
|
5
|
+
cmd.desc I18n.t("sql.snapshots.update.desc")
|
6
|
+
cmd.arg_name "snapshot-id"
|
7
|
+
cmd.command [:update] do |c|
|
8
|
+
|
9
|
+
c.desc I18n.t("options.name.desc")
|
10
|
+
c.flag [:n, :name]
|
11
|
+
|
12
|
+
c.desc I18n.t("options.description.desc")
|
13
|
+
c.flag [:d, "description"]
|
14
|
+
|
15
|
+
c.action do |global_options, options, args|
|
16
|
+
snapshot_id = args.shift
|
17
|
+
unless snapshot_id =~ /^dbi-/
|
18
|
+
raise "You must specify a valid snapshot id as the first argument"
|
19
|
+
end
|
20
|
+
|
21
|
+
snapshot = DatabaseSnapshot.find snapshot_id
|
22
|
+
|
23
|
+
params = NilableHash.new
|
24
|
+
params[:name] = options[:n] if options[:n]
|
25
|
+
params[:description] = options[:d] if options[:d]
|
26
|
+
|
27
|
+
params.nilify_blanks
|
28
|
+
|
29
|
+
info "Updating #{snapshot}"
|
30
|
+
snapshot.update params
|
31
|
+
snapshot.reload
|
32
|
+
render_table([snapshot], global_options)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
module Brightbox
|
2
|
+
command [:sql] do |product|
|
3
|
+
|
4
|
+
product.desc I18n.t("sql.types.desc")
|
5
|
+
product.command [:types] do |cmd|
|
6
|
+
|
7
|
+
cmd.default_command :list
|
8
|
+
|
9
|
+
cmd.desc I18n.t("sql.types.list.desc")
|
10
|
+
cmd.arg_name "[type-id...]"
|
11
|
+
cmd.command [:list] do |c|
|
12
|
+
|
13
|
+
c.action do |global_options, options, args|
|
14
|
+
|
15
|
+
if args.empty?
|
16
|
+
types = DatabaseType.find :all
|
17
|
+
else
|
18
|
+
types = DatabaseType.find_or_call(args) do |id|
|
19
|
+
warn "Couldn't find an SQL type with ID #{id}"
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
render_table(types.sort, global_options)
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
cmd.desc I18n.t("sql.types.show.desc")
|
28
|
+
cmd.arg_name "[type-id...]"
|
29
|
+
cmd.command [:show] do |c|
|
30
|
+
|
31
|
+
c.action do |global_options, options, args|
|
32
|
+
|
33
|
+
if args.empty?
|
34
|
+
raise "You must specify the types you want to show"
|
35
|
+
end
|
36
|
+
|
37
|
+
types = DatabaseType.find_or_call(args) do |id|
|
38
|
+
warn "Couldn't find an SQL type with ID #{id}"
|
39
|
+
end
|
40
|
+
|
41
|
+
display_options = {
|
42
|
+
:vertical => true,
|
43
|
+
:fields => [:id, :name, :description, :ram, :disk]
|
44
|
+
}
|
45
|
+
|
46
|
+
table_opts = global_options.merge(display_options)
|
47
|
+
render_table(types, table_opts)
|
48
|
+
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module Brightbox
|
2
|
+
desc I18n.t("users.desc")
|
3
|
+
command [:users] do |cmd|
|
4
|
+
|
5
|
+
cmd.default_command :list
|
6
|
+
|
7
|
+
cmd.desc I18n.t("users.list.desc")
|
8
|
+
cmd.arg_name "[user-id...]"
|
9
|
+
cmd.command [:list] do |c|
|
10
|
+
|
11
|
+
c.action do |global_options, options, args|
|
12
|
+
users = User.find_all_or_warn(args)
|
13
|
+
render_table(users, global_options)
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -1,27 +1,19 @@
|
|
1
1
|
module Brightbox
|
2
2
|
command [:users] do |cmd|
|
3
3
|
|
4
|
-
cmd.desc "
|
4
|
+
cmd.desc I18n.t("users.show.desc")
|
5
5
|
cmd.arg_name "user-id..."
|
6
6
|
cmd.command [:show] do |c|
|
7
7
|
|
8
8
|
c.action do |global_options, options, args|
|
9
|
+
users = User.find_all_or_warn(args)
|
9
10
|
|
10
|
-
|
11
|
-
raise "You must specify the users you want to show"
|
12
|
-
end
|
13
|
-
|
14
|
-
users = User.find_or_call(args) do |id|
|
15
|
-
warn "Couldn't find user #{id}"
|
16
|
-
end
|
17
|
-
|
18
|
-
table_opts = global_options.merge({
|
11
|
+
table_opts = global_options.merge(
|
19
12
|
:vertical => true,
|
20
|
-
:fields => [:id, :name, :email_address, :accounts, :ssh_key
|
21
|
-
|
13
|
+
:fields => [:id, :name, :email_address, :accounts, :ssh_key]
|
14
|
+
)
|
22
15
|
|
23
16
|
render_table(users, table_opts)
|
24
|
-
|
25
17
|
end
|
26
18
|
end
|
27
19
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Brightbox
|
2
2
|
command [:users] do |cmd|
|
3
3
|
|
4
|
-
cmd.desc "
|
4
|
+
cmd.desc I18n.t("users.update.desc")
|
5
5
|
cmd.arg_name "user-id..."
|
6
6
|
cmd.command [:update] do |c|
|
7
7
|
|
@@ -10,8 +10,8 @@ module Brightbox
|
|
10
10
|
for new servers. You can specify '-' to read from stdin"
|
11
11
|
c.flag [:f, "ssh-key"]
|
12
12
|
|
13
|
-
c.desc "
|
14
|
-
c.flag [:n,
|
13
|
+
c.desc I18n.t("options.name.desc")
|
14
|
+
c.flag [:n, :name]
|
15
15
|
|
16
16
|
c.action do |global_options, options, args|
|
17
17
|
|