brightbox-cli 3.2.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitattributes +1 -0
- data/.github/workflows/ruby.yml +1 -1
- data/.gitignore +1 -1
- data/.rubocop.yml +70 -0
- data/CHANGELOG.md +71 -0
- data/Gemfile.lock +71 -42
- data/README +57 -33
- data/README.rdoc +1 -1
- data/brightbox-cli.gemspec +20 -33
- data/lib/brightbox-cli/accounts.rb +9 -11
- data/lib/brightbox-cli/api.rb +38 -36
- data/lib/brightbox-cli/cloud_ips.rb +8 -8
- data/lib/brightbox-cli/collaborating_account.rb +5 -5
- data/lib/brightbox-cli/collaboration.rb +1 -1
- data/lib/brightbox-cli/commands/accounts/{accept-invite.rb → accept_invite.rb} +2 -6
- data/lib/brightbox-cli/commands/accounts/default.rb +1 -2
- data/lib/brightbox-cli/commands/accounts/list.rb +6 -8
- data/lib/brightbox-cli/commands/accounts/remove.rb +2 -6
- data/lib/brightbox-cli/commands/accounts/{reset-ftp-password.rb → reset_ftp_password.rb} +6 -9
- data/lib/brightbox-cli/commands/accounts/show.rb +10 -13
- data/lib/brightbox-cli/commands/cloudips/create.rb +2 -5
- data/lib/brightbox-cli/commands/cloudips/destroy.rb +10 -14
- data/lib/brightbox-cli/commands/cloudips/list.rb +0 -2
- data/lib/brightbox-cli/commands/cloudips/map.rb +10 -13
- data/lib/brightbox-cli/commands/cloudips/show.rb +11 -14
- data/lib/brightbox-cli/commands/cloudips/unmap.rb +2 -4
- data/lib/brightbox-cli/commands/cloudips/update.rb +2 -4
- data/lib/brightbox-cli/commands/collaborations.rb +2 -3
- data/lib/brightbox-cli/commands/config/{client-add.rb → client_add.rb} +0 -3
- data/lib/brightbox-cli/commands/config/client_default.rb +18 -0
- data/lib/brightbox-cli/commands/config/{client-list.rb → client_list.rb} +1 -4
- data/lib/brightbox-cli/commands/config/{client-remove.rb → client_remove.rb} +0 -3
- data/lib/brightbox-cli/commands/config/{user-add.rb → user_add.rb} +1 -4
- data/lib/brightbox-cli/commands/firewall/{policies-apply.rb → policies_apply.rb} +2 -2
- data/lib/brightbox-cli/commands/firewall/{policies-create.rb → policies_create.rb} +2 -4
- data/lib/brightbox-cli/commands/firewall/{policies-destroy.rb → policies_destroy.rb} +0 -3
- data/lib/brightbox-cli/commands/firewall/{policies-list.rb → policies_list.rb} +0 -2
- data/lib/brightbox-cli/commands/firewall/{policies-remove.rb → policies_remove.rb} +2 -2
- data/lib/brightbox-cli/commands/firewall/{policies-show.rb → policies_show.rb} +6 -8
- data/lib/brightbox-cli/commands/firewall/{policies-update.rb → policies_update.rb} +2 -4
- data/lib/brightbox-cli/commands/firewall/{rules-create.rb → rules_create.rb} +6 -8
- data/lib/brightbox-cli/commands/firewall/{rules-destroy.rb → rules_destroy.rb} +0 -2
- data/lib/brightbox-cli/commands/firewall/{rules-list.rb → rules_list.rb} +0 -2
- data/lib/brightbox-cli/commands/firewall/{rules-show.rb → rules_show.rb} +7 -9
- data/lib/brightbox-cli/commands/firewall/{rules-update.rb → rules_update.rb} +7 -8
- data/lib/brightbox-cli/commands/groups/{add-server.rb → add_server.rb} +0 -2
- data/lib/brightbox-cli/commands/groups/create.rb +2 -3
- data/lib/brightbox-cli/commands/groups/destroy.rb +0 -2
- data/lib/brightbox-cli/commands/groups/list.rb +0 -1
- data/lib/brightbox-cli/commands/groups/move_servers.rb +2 -3
- data/lib/brightbox-cli/commands/groups/{remove-servers.rb → remove_servers.rb} +2 -4
- data/lib/brightbox-cli/commands/groups/show.rb +0 -2
- data/lib/brightbox-cli/commands/groups/update.rb +2 -3
- data/lib/brightbox-cli/commands/images/destroy.rb +0 -4
- data/lib/brightbox-cli/commands/images/list.rb +3 -5
- data/lib/brightbox-cli/commands/images/register.rb +9 -17
- data/lib/brightbox-cli/commands/images/show.rb +19 -20
- data/lib/brightbox-cli/commands/images/update.rb +12 -8
- data/lib/brightbox-cli/commands/lbs/{add-nodes.rb → add_nodes.rb} +0 -3
- data/lib/brightbox-cli/commands/lbs/create.rb +5 -7
- data/lib/brightbox-cli/commands/lbs/destroy.rb +0 -3
- data/lib/brightbox-cli/commands/lbs/list.rb +0 -1
- data/lib/brightbox-cli/commands/lbs/{remove-nodes.rb → remove_nodes.rb} +0 -3
- data/lib/brightbox-cli/commands/lbs/show.rb +20 -22
- data/lib/brightbox-cli/commands/lbs/update.rb +6 -9
- data/lib/brightbox-cli/commands/login.rb +13 -12
- data/lib/brightbox-cli/commands/servers/{activate-console.rb → activate_console.rb} +2 -5
- data/lib/brightbox-cli/commands/servers/create.rb +24 -25
- data/lib/brightbox-cli/commands/servers/destroy.rb +0 -3
- data/lib/brightbox-cli/commands/servers/list.rb +4 -5
- data/lib/brightbox-cli/commands/servers/show.rb +0 -2
- data/lib/brightbox-cli/commands/servers/shutdown.rb +0 -3
- data/lib/brightbox-cli/commands/servers/snapshot.rb +0 -4
- data/lib/brightbox-cli/commands/servers/start.rb +0 -4
- data/lib/brightbox-cli/commands/servers/stop.rb +0 -3
- data/lib/brightbox-cli/commands/servers/update.rb +5 -5
- data/lib/brightbox-cli/commands/sql/instances_create.rb +3 -6
- data/lib/brightbox-cli/commands/sql/instances_destroy.rb +0 -2
- data/lib/brightbox-cli/commands/sql/instances_list.rb +7 -9
- data/lib/brightbox-cli/commands/sql/instances_reset_password.rb +0 -1
- data/lib/brightbox-cli/commands/sql/instances_show.rb +0 -3
- data/lib/brightbox-cli/commands/sql/instances_snapshot.rb +0 -3
- data/lib/brightbox-cli/commands/sql/instances_update.rb +1 -3
- data/lib/brightbox-cli/commands/sql/snapshots_destroy.rb +0 -3
- data/lib/brightbox-cli/commands/sql/snapshots_list.rb +7 -9
- data/lib/brightbox-cli/commands/sql/snapshots_show.rb +12 -10
- data/lib/brightbox-cli/commands/sql/snapshots_update.rb +1 -3
- data/lib/brightbox-cli/commands/sql/types.rb +8 -15
- data/lib/brightbox-cli/commands/token.rb +0 -1
- data/lib/brightbox-cli/commands/types.rb +8 -14
- data/lib/brightbox-cli/commands/{user-collaborations.rb → user_collaborations.rb} +7 -8
- data/lib/brightbox-cli/commands/users/list.rb +0 -2
- data/lib/brightbox-cli/commands/users/show.rb +1 -3
- data/lib/brightbox-cli/commands/users/update.rb +3 -6
- data/lib/brightbox-cli/commands/zones.rb +7 -10
- data/lib/brightbox-cli/config/accounts.rb +18 -26
- data/lib/brightbox-cli/config/api_client.rb +12 -16
- data/lib/brightbox-cli/config/authentication_tokens.rb +39 -42
- data/lib/brightbox-cli/config/cache.rb +1 -0
- data/lib/brightbox-cli/config/clients.rb +8 -8
- data/lib/brightbox-cli/config/gpg_encrypted_passwords.rb +6 -8
- data/lib/brightbox-cli/config/password_helper.rb +33 -8
- data/lib/brightbox-cli/config/sections.rb +45 -29
- data/lib/brightbox-cli/config/two_factor_auth.rb +12 -11
- data/lib/brightbox-cli/config/two_factor_helper.rb +36 -0
- data/lib/brightbox-cli/config/user_application.rb +18 -18
- data/lib/brightbox-cli/config.rb +27 -23
- data/lib/brightbox-cli/connection_manager.rb +4 -2
- data/lib/brightbox-cli/database_server.rb +28 -29
- data/lib/brightbox-cli/database_snapshot.rb +1 -1
- data/lib/brightbox-cli/database_type.rb +6 -6
- data/lib/brightbox-cli/detailed_server.rb +43 -43
- data/lib/brightbox-cli/detailed_server_group.rb +1 -1
- data/lib/brightbox-cli/error_parser.rb +9 -9
- data/lib/brightbox-cli/firewall_policy.rb +2 -1
- data/lib/brightbox-cli/firewall_rule.rb +3 -3
- data/lib/brightbox-cli/firewall_rules.rb +3 -3
- data/lib/brightbox-cli/gli_global_hooks.rb +25 -27
- data/lib/brightbox-cli/images.rb +14 -12
- data/lib/brightbox-cli/load_balancers.rb +3 -6
- data/lib/brightbox-cli/logging.rb +14 -14
- data/lib/brightbox-cli/nilable_hash.rb +1 -1
- data/lib/brightbox-cli/ruby_core_ext.rb +3 -3
- data/lib/brightbox-cli/server_groups.rb +2 -2
- data/lib/brightbox-cli/servers.rb +6 -6
- data/lib/brightbox-cli/tables.rb +13 -15
- data/lib/brightbox-cli/types.rb +6 -6
- data/lib/brightbox-cli/user_collaboration.rb +5 -7
- data/lib/brightbox-cli/users.rb +1 -1
- data/lib/brightbox-cli/version.rb +1 -1
- data/lib/brightbox-cli/zones.rb +1 -1
- data/lib/brightbox_cli.rb +34 -33
- data/spec/brightbox_spec.rb +0 -1
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_application/returns_a_collection_of_Accounts.yml +5 -5
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_application/returns_resources_on_the_same_connection.yml +2 -2
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_client/returns_a_collection_of_Accounts.yml +4 -4
- data/spec/cassettes/Brightbox_Account/_all/when_connected_using_an_client/returns_resources_on_the_same_connection.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_config_exists_and_overwrite_duplicates_is_false/does_not_update_the_config_file.yml +12 -12
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_config_exists_and_overwrite_duplicates_is_true/does_not_update_the_config_file.yml +12 -12
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_changes_to_the_config_file.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_the_default_account.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_add_section/when_first_and_only_client/saves_the_new_client_as_the_default.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_find_or_set_default_account/when_client_is_not_authenticated/does_not_raise_an_error.yml +8 -8
- data/spec/cassettes/Brightbox_BBConfig/_find_or_set_default_account/when_client_may_access_one_account/updates_the_setting.yml +8 -8
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_config_in_use_is_not_the_default/uses_correct_credentials.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_a_cached_refresh_token/caches_the_new_tokens.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_an_expired_refresh_token/caches_the_new_tokens.yml +2 -2
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_no_tokens/caches_the_new_tokens.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_a_user_app_with_no_tokens/prompts_user_to_retry_command.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig/_renew_tokens/when_using_an_API_client_with_no_tokens/caches_a_new_access_token.yml +1 -1
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_altering_a_custom_option/does_not_alter_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_altering_a_custom_option/updates_access_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_altering_a_custom_option/updates_refresh_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_configured_with_custom_options/does_not_alter_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_configured_with_custom_options/updates_access_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_configured_with_custom_options/updates_refresh_token.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_logged_in_previously/does_not_alter_the_configuration.yml +9 -9
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_logged_in_previously/updates_access_token.yml +9 -9
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_logged_in_previously/updates_refresh_token.yml +9 -9
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_no_config_exists/creates_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_no_config_exists/refreshed_tokens.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_using_an_email_and_suffix/creates_the_configuration.yml +6 -6
- data/spec/cassettes/Brightbox_BBConfig_add_login/when_using_an_email_and_suffix/refreshed_tokens.yml +6 -6
- data/spec/cassettes/Brightbox_CloudIP/_find_all_/when_a_Cloud_IP_exists/returns_a_suitable.yml +15 -15
- data/spec/cassettes/Brightbox_FirewallPolicy/_apply_to/should_apply_firewall_policy.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallPolicy/_create/should_create_firewall_policy.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallPolicy/_destroy/should_destroy_firewall_policy.yml +16 -16
- data/spec/cassettes/Brightbox_FirewallPolicy/_find_all_/when_a_policy_exists/should_list_firewall_policy.yml +13 -13
- data/spec/cassettes/Brightbox_FirewallPolicy/_find_or_call/when_a_policy_exists/should_show_firewall_policy.yml +11 -11
- data/spec/cassettes/Brightbox_FirewallRule/_create/when_policy_exists/creates_the_rule_successfully.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallRule/_destroy/when_rule_exists/destroys_a_rule.yml +12 -12
- data/spec/cassettes/Brightbox_FirewallRule/_find/when_rule_exists/can_display_the_result.yml +14 -14
- data/spec/cassettes/Brightbox_FirewallRule/_from_policy/when_policy_exists_with_a_rule/lists_all_rules.yml +19 -19
- data/spec/cassettes/Brightbox_Server/_destroy/when_server_exists/should_work.yml +12 -12
- data/spec/cassettes/Brightbox_Server/_find_all_/when_a_server_exists/should_print_server_list.yml +15 -15
- data/spec/cassettes/Brightbox_Server/_show/when_server_exists/shows_detailed_attributes_of_a_server.yml +18 -18
- data/spec/cassettes/Brightbox_Server/_shutdown/should_work.yml +18 -18
- data/spec/cassettes/Brightbox_Server/_start/should_work.yml +24 -24
- data/spec/cassettes/Brightbox_Server/_stop/should_work.yml +18 -18
- data/spec/cassettes/Brightbox_Server/_update/when_passing_new_group_membership/should_update_with_group.yml +22 -22
- data/spec/cassettes/Brightbox_ServerGroup/_find_all_/when_a_group_exists/list_server_groups.yml +13 -13
- data/spec/cassettes/Firewall_policies/update/when_the_policy_does_not_exist/prints_error_to_STDERR.yml +3 -3
- data/spec/cassettes/brightbox_accounts/list/_when_access_token_expired_/does_not_report_invalid_token_errors.yml +30 -30
- data/spec/cassettes/brightbox_accounts/list/_when_both_tokens_expired_/does_not_report_invalid_token_errors.yml +9 -9
- data/spec/cassettes/brightbox_accounts/list/_when_invalid_tokens_/does_not_report_invalid_token_errors.yml +9 -9
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_/does_not_report_invalid_token_errors.yml +27 -27
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_/reports_they_were_updated.yml +7 -7
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_and_password_incorrect_/does_not_report_invalid_token_errors.yml +7 -7
- data/spec/cassettes/brightbox_accounts/list/_when_no_tokens_and_password_incorrect_/reports_unable_to_authenticate.yml +6 -6
- data/spec/cassettes/brightbox_accounts/list/does_not_error.yml +3 -3
- data/spec/cassettes/brightbox_cloudips/map/when_destination_is_a_server_ID/passes_the_interface_identifier_to_the_API.yml +12 -12
- data/spec/cassettes/brightbox_cloudips/map/when_destination_is_another_value/passes_the_identifier_to_the_API.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_adding_a_new_client/does_not_error.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_adding_a_new_client/sets_up_the_config.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/does_not_change_the_default_client.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/does_not_error.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/sets_this_as_the_default_client.yml +7 -7
- data/spec/cassettes/brightbox_config/client_add/when_new_client_is_first_and_only_client/sets_up_the_config.yml +7 -7
- data/spec/cassettes/brightbox_config/user_add/when_NO_config_file_on_disk/sets_up_the_config.yml +5 -5
- data/spec/cassettes/brightbox_config/user_add/when_a_default_client_is_already_set/does_not_change_the_default_client.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_details_in_config/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_details_in_config/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/display_an_warning_about_preselected_default.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/selects_the_active_account_for_the_default.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_only_one_active_account/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/display_an_warning_about_preselected_default.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_application_has_access_to_multiple_accounts/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/does_not_prompt_to_rerun_the_command.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/requests_access_tokens.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/sets_this_as_the_default_client.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_new_client_is_first_and_only_client/sets_up_the_config.yml +5 -5
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/does_not_prompt_to_rerun_the_command.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/requests_access_tokens.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments/sets_up_the_config.yml +3 -3
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/does_not_error.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/requests_access_tokens.yml +2 -2
- data/spec/cassettes/brightbox_config/user_add/when_passing_in_required_arguments_and_api_url/sets_up_the_config.yml +2 -2
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/prompts_for_the_password.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_alternative_client_credentials_are_given/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/prompts_for_the_password.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_custom_api/auth_URLs_are_given/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/does_not_error.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/does_not_prompt_to_rerun_the_command.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/prompts_for_the_password.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/requests_access_tokens.yml +3 -3
- data/spec/cassettes/brightbox_login/when_default_account_is_passed/sets_up_the_config.yml +3 -3
- data/spec/cassettes/brightbox_login/when_no_config_is_present/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_config_is_present/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_config_is_present/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_config_is_present/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/does_not_error.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/does_not_prompt_to_rerun_the_command.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/prompts_for_the_password.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/requests_access_tokens.yml +6 -6
- data/spec/cassettes/brightbox_login/when_no_password_is_given/sets_up_the_config.yml +6 -6
- data/spec/cassettes/brightbox_sql_instances/create/--allow-access_10_0_0_0/correctly_sends_API_parameters.yml +313 -26
- data/spec/cassettes/brightbox_sql_instances/create/--allow-access_srv-12345_grp-12345/correctly_sends_API_parameters.yml +1204 -38
- data/spec/cassettes/brightbox_sql_instances/create/--engine_mysql/correctly_sends_API_parameters.yml +596 -26
- data/spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_5_6/correctly_sends_API_parameters.yml +63 -9
- data/spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_8_0/correctly_sends_API_parameters.yml +393 -0
- data/spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_5_--maintenance_hour_11/correctly_sends_API_parameters.yml +393 -0
- data/spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_thursday/correctly_sends_API_parameters.yml +393 -0
- data/spec/cassettes/brightbox_sql_instances/create/--snapshot_dbi-12345/includes_schedule_fields_in_response.yml +1466 -0
- data/spec/cassettes/brightbox_sql_instances/create/--snapshots-schedule_0_12_4_/includes_schedule_fields_in_response.yml +342 -0
- data/spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_password.yml +541 -26
- data/spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_username.yml +484 -26
- data/spec/cassettes/brightbox_sql_instances/snapshot/when_database_server_active/correctly_sends_API_parameters.yml +4 -4
- data/spec/cassettes/brightbox_sql_instances/snapshot/when_database_server_can_not_be_snapshotted/reports_an_error_to_the_user.yml +2 -2
- data/spec/cassettes/brightbox_sql_snapshots/list/when_resources_are_available/does_not_output_to_stderr.yml +2 -2
- data/spec/cassettes/brightbox_sql_snapshots/list/when_resources_are_available/outputs_table_details_to_stdout.yml +2 -2
- data/spec/cassettes/brightbox_sql_snapshots/show/when_resource_exists/does_not_output_to_stderr.yml +2 -2
- data/spec/commands/accounts/default_spec.rb +1 -2
- data/spec/commands/accounts/list_spec.rb +7 -8
- data/spec/commands/accounts/reset_ftp_password_spec.rb +1 -2
- data/spec/commands/accounts/show_spec.rb +1 -2
- data/spec/commands/cloudips/create_spec.rb +1 -2
- data/spec/commands/cloudips/destroy_spec.rb +1 -2
- data/spec/commands/cloudips/list_spec.rb +1 -2
- data/spec/commands/cloudips/map_spec.rb +2 -3
- data/spec/commands/cloudips/show_spec.rb +1 -2
- data/spec/commands/cloudips/unmap_spec.rb +1 -2
- data/spec/commands/cloudips/update_spec.rb +7 -8
- data/spec/commands/config/client_add_spec.rb +2 -3
- data/spec/commands/config/client_default_spec.rb +1 -2
- data/spec/commands/config/client_list_spec.rb +1 -2
- data/spec/commands/config/client_remove_spec.rb +1 -2
- data/spec/commands/config/user_add_spec.rb +3 -4
- data/spec/commands/firewall_policies/update_spec.rb +3 -3
- data/spec/commands/groups/add_server_spec.rb +1 -2
- data/spec/commands/groups/create_spec.rb +1 -2
- data/spec/commands/groups/destroy_spec.rb +1 -2
- data/spec/commands/groups/list_spec.rb +1 -2
- data/spec/commands/groups/move_servers_spec.rb +1 -2
- data/spec/commands/groups/remove_servers_spec.rb +1 -2
- data/spec/commands/groups/show_spec.rb +1 -2
- data/spec/commands/groups/update_spec.rb +1 -2
- data/spec/commands/images/destroy_spec.rb +1 -2
- data/spec/commands/images/list_spec.rb +62 -63
- data/spec/commands/images/locking_spec.rb +4 -4
- data/spec/commands/images/register_spec.rb +89 -3
- data/spec/commands/images/show_spec.rb +56 -4
- data/spec/commands/images/update_spec.rb +53 -3
- data/spec/commands/lbs/add_nodes_spec.rb +1 -2
- data/spec/commands/lbs/create_spec.rb +2 -3
- data/spec/commands/lbs/destroy_spec.rb +1 -2
- data/spec/commands/lbs/list_spec.rb +1 -2
- data/spec/commands/lbs/locking_spec.rb +4 -4
- data/spec/commands/lbs/remove_nodes_spec.rb +1 -2
- data/spec/commands/lbs/show_spec.rb +1 -2
- data/spec/commands/lbs/update_spec.rb +3 -4
- data/spec/commands/login_spec.rb +134 -30
- data/spec/commands/policies/apply_spec.rb +1 -2
- data/spec/commands/policies/create_spec.rb +1 -2
- data/spec/commands/policies/destroy_spec.rb +1 -2
- data/spec/commands/policies/list_spec.rb +1 -2
- data/spec/commands/policies/remove_spec.rb +1 -2
- data/spec/commands/policies/show_spec.rb +1 -2
- data/spec/commands/policies/update_spec.rb +1 -2
- data/spec/commands/rules/create_spec.rb +1 -2
- data/spec/commands/rules/destroy_spec.rb +1 -2
- data/spec/commands/rules/list_spec.rb +1 -2
- data/spec/commands/rules/show_spec.rb +1 -2
- data/spec/commands/rules/update_spec.rb +1 -2
- data/spec/commands/servers/activate_console_spec.rb +1 -2
- data/spec/commands/servers/create_spec.rb +10 -10
- data/spec/commands/servers/destroy_spec.rb +1 -2
- data/spec/commands/servers/list_spec.rb +1 -2
- data/spec/commands/servers/locking_spec.rb +4 -4
- data/spec/commands/servers/reboot_spec.rb +3 -4
- data/spec/commands/servers/reset_spec.rb +3 -4
- data/spec/commands/servers/show_spec.rb +1 -2
- data/spec/commands/servers/shutdown_spec.rb +1 -2
- data/spec/commands/servers/snapshot_spec.rb +1 -2
- data/spec/commands/servers/start_spec.rb +1 -2
- data/spec/commands/servers/stop_spec.rb +1 -2
- data/spec/commands/servers/update_spec.rb +1 -2
- data/spec/commands/sql/instances/create_spec.rb +58 -75
- data/spec/commands/sql/instances/locking_spec.rb +4 -4
- data/spec/commands/sql/instances/show_spec.rb +7 -7
- data/spec/commands/sql/instances/snapshot_spec.rb +2 -2
- data/spec/commands/sql/instances/update_spec.rb +8 -8
- data/spec/commands/sql/snapshots/list_spec.rb +1 -1
- data/spec/commands/sql/snapshots/locking_spec.rb +4 -4
- data/spec/commands/sql/snapshots/show_spec.rb +1 -1
- data/spec/commands/sql/types/list_spec.rb +1 -2
- data/spec/commands/types/list_spec.rb +1 -2
- data/spec/commands/users/list_spec.rb +1 -2
- data/spec/commands/users/show_spec.rb +1 -2
- data/spec/commands/users/update_spec.rb +1 -2
- data/spec/commands/zones/list_spec.rb +1 -2
- data/spec/configs/api_client.ini +1 -1
- data/spec/configs/user_app.ini +2 -2
- data/spec/spec_helper.rb +16 -3
- data/spec/support/authentication_helpers.rb +98 -0
- data/spec/support/config_helpers.rb +2 -4
- data/spec/support/password_prompt_helpers.rb +22 -1
- data/spec/support/server_helper.rb +5 -5
- data/spec/support/tmp_config.rb +1 -1
- data/spec/support/token_helpers.rb +2 -2
- data/spec/support/vcr.rb +3 -22
- data/spec/unit/brightbox/api/created_on_spec.rb +2 -2
- data/spec/unit/brightbox/api/fog_model_spec.rb +13 -13
- data/spec/unit/brightbox/api/klass_name_spec.rb +0 -1
- data/spec/unit/brightbox/api/method_missing_spec.rb +64 -0
- data/spec/unit/brightbox/api/require_account_spec.rb +0 -1
- data/spec/unit/brightbox/api/respond_to_spec.rb +71 -0
- data/spec/unit/brightbox/bb_config/access_token_filename_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/account_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/add_login_spec.rb +27 -28
- data/spec/unit/brightbox/bb_config/add_section_spec.rb +1 -2
- data/spec/unit/brightbox/bb_config/clear_default_client_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/client_id_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/client_name_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/config_directory_exists_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/config_directory_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/config_spec.rb +2 -3
- data/spec/unit/brightbox/bb_config/default_account_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/default_client_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/delete_section_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/find_or_set_default_account_spec.rb +4 -4
- data/spec/unit/brightbox/bb_config/refresh_token_filename_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/renew_tokens_spec.rb +3 -4
- data/spec/unit/brightbox/bb_config/save_default_account_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/save_spec.rb +0 -1
- data/spec/unit/brightbox/bb_config/section_names_spec.rb +1 -1
- data/spec/unit/brightbox/bb_config/to_fog_spec.rb +2 -2
- data/spec/unit/brightbox/collaborating_account/to_row_spec.rb +3 -3
- data/spec/unit/brightbox/config/api_client/to_fog_spec.rb +8 -8
- data/spec/unit/brightbox/config/api_client/valid_spec.rb +4 -4
- data/spec/unit/brightbox/config/discover_two_factor_pin_spec.rb +87 -0
- data/spec/unit/brightbox/config/section_name_deduplicator_spec.rb +1 -1
- data/spec/unit/brightbox/config/user_application/to_fog_spec.rb +10 -10
- data/spec/unit/brightbox/config/user_application/valid_spec.rb +3 -3
- data/spec/unit/brightbox/connection_manager/fetch_connection_spec.rb +1 -1
- data/spec/unit/brightbox/database_server/clean_arguments_spec.rb +1 -2
- data/spec/unit/brightbox/database_server/maintenance_window_spec.rb +0 -1
- data/spec/unit/brightbox/error_parser/pretty_print_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/apply_to_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/create_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/find_or_call_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_policy/find_spec.rb +0 -1
- data/spec/unit/brightbox/firewall_rule/find_spec.rb +9 -9
- data/spec/unit/brightbox/firewall_rule/from_policy_spec.rb +4 -4
- data/spec/unit/brightbox/legacy/args_adjuster_spec.rb +20 -21
- data/spec/unit/brightbox/server/create_spec.rb +1 -2
- data/spec/unit/brightbox/server/start_spec.rb +2 -2
- data/spec/unit/brightbox/server/update_spec.rb +0 -1
- data/spec/unit/brightbox/user_collaboration/remove_spec.rb +0 -1
- data/spec/unit/nilable_hash_spec.rb +5 -5
- data/spec/unit/ruby_core_ext_spec.rb +3 -4
- data/spec/unit/temporary_home_spec.rb +1 -1
- data/spec/unit/tmp_config_spec.rb +0 -1
- metadata +132 -100
- data/.travis.yml +0 -8
- data/bin/brightbox-accounts +0 -13
- data/bin/brightbox-cloudips +0 -13
- data/bin/brightbox-config +0 -13
- data/bin/brightbox-firewall-policies +0 -13
- data/bin/brightbox-firewall-rules +0 -13
- data/bin/brightbox-groups +0 -13
- data/bin/brightbox-images +0 -13
- data/bin/brightbox-lbs +0 -13
- data/bin/brightbox-servers +0 -13
- data/bin/brightbox-types +0 -13
- data/bin/brightbox-users +0 -13
- data/bin/brightbox-zones +0 -13
- data/lib/brightbox-cli/commands/config/client-default.rb +0 -26
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brightbox-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Leach
|
8
|
-
|
8
|
+
- Paul Thornthwaite
|
9
|
+
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 1980-01-01 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: fog-brightbox
|
@@ -16,14 +17,14 @@ dependencies:
|
|
16
17
|
requirements:
|
17
18
|
- - ">="
|
18
19
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
20
|
+
version: 1.7.0
|
20
21
|
type: :runtime
|
21
22
|
prerelease: false
|
22
23
|
version_requirements: !ruby/object:Gem::Requirement
|
23
24
|
requirements:
|
24
25
|
- - ">="
|
25
26
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
27
|
+
version: 1.7.0
|
27
28
|
- !ruby/object:Gem::Dependency
|
28
29
|
name: fog-core
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,98 +45,104 @@ dependencies:
|
|
44
45
|
requirements:
|
45
46
|
- - "~>"
|
46
47
|
- !ruby/object:Gem::Version
|
47
|
-
version: 2.
|
48
|
+
version: 2.21.0
|
48
49
|
type: :runtime
|
49
50
|
prerelease: false
|
50
51
|
version_requirements: !ruby/object:Gem::Requirement
|
51
52
|
requirements:
|
52
53
|
- - "~>"
|
53
54
|
- !ruby/object:Gem::Version
|
54
|
-
version: 2.
|
55
|
+
version: 2.21.0
|
55
56
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
57
|
+
name: highline
|
57
58
|
requirement: !ruby/object:Gem::Requirement
|
58
59
|
requirements:
|
59
60
|
- - "~>"
|
60
61
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
62
|
+
version: 1.6.0
|
62
63
|
type: :runtime
|
63
64
|
prerelease: false
|
64
65
|
version_requirements: !ruby/object:Gem::Requirement
|
65
66
|
requirements:
|
66
67
|
- - "~>"
|
67
68
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
69
|
+
version: 1.6.0
|
69
70
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
71
|
+
name: hirb
|
71
72
|
requirement: !ruby/object:Gem::Requirement
|
72
73
|
requirements:
|
73
74
|
- - "~>"
|
74
75
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
76
|
+
version: '0.6'
|
76
77
|
type: :runtime
|
77
78
|
prerelease: false
|
78
79
|
version_requirements: !ruby/object:Gem::Requirement
|
79
80
|
requirements:
|
80
81
|
- - "~>"
|
81
82
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
83
|
+
version: '0.6'
|
83
84
|
- !ruby/object:Gem::Dependency
|
84
|
-
name:
|
85
|
+
name: i18n
|
85
86
|
requirement: !ruby/object:Gem::Requirement
|
86
87
|
requirements:
|
87
|
-
- - "
|
88
|
+
- - ">="
|
88
89
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
90
|
+
version: '0.6'
|
91
|
+
- - "<"
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '1.11'
|
90
94
|
type: :runtime
|
91
95
|
prerelease: false
|
92
96
|
version_requirements: !ruby/object:Gem::Requirement
|
93
97
|
requirements:
|
94
|
-
- - "
|
98
|
+
- - ">="
|
95
99
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
100
|
+
version: '0.6'
|
101
|
+
- - "<"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '1.11'
|
97
104
|
- !ruby/object:Gem::Dependency
|
98
|
-
name:
|
105
|
+
name: mime-types
|
99
106
|
requirement: !ruby/object:Gem::Requirement
|
100
107
|
requirements:
|
101
108
|
- - "~>"
|
102
109
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
110
|
+
version: '2.6'
|
104
111
|
type: :runtime
|
105
112
|
prerelease: false
|
106
113
|
version_requirements: !ruby/object:Gem::Requirement
|
107
114
|
requirements:
|
108
115
|
- - "~>"
|
109
116
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
117
|
+
version: '2.6'
|
111
118
|
- !ruby/object:Gem::Dependency
|
112
|
-
name:
|
119
|
+
name: multi_json
|
113
120
|
requirement: !ruby/object:Gem::Requirement
|
114
121
|
requirements:
|
115
122
|
- - "~>"
|
116
123
|
- !ruby/object:Gem::Version
|
117
|
-
version:
|
124
|
+
version: 1.11.0
|
118
125
|
type: :runtime
|
119
126
|
prerelease: false
|
120
127
|
version_requirements: !ruby/object:Gem::Requirement
|
121
128
|
requirements:
|
122
129
|
- - "~>"
|
123
130
|
- !ruby/object:Gem::Version
|
124
|
-
version:
|
131
|
+
version: 1.11.0
|
125
132
|
- !ruby/object:Gem::Dependency
|
126
133
|
name: dry-inflector
|
127
134
|
requirement: !ruby/object:Gem::Requirement
|
128
135
|
requirements:
|
129
|
-
- -
|
136
|
+
- - '='
|
130
137
|
- !ruby/object:Gem::Version
|
131
|
-
version:
|
138
|
+
version: 0.2.0
|
132
139
|
type: :runtime
|
133
140
|
prerelease: false
|
134
141
|
version_requirements: !ruby/object:Gem::Requirement
|
135
142
|
requirements:
|
136
|
-
- -
|
143
|
+
- - '='
|
137
144
|
- !ruby/object:Gem::Version
|
138
|
-
version:
|
145
|
+
version: 0.2.0
|
139
146
|
- !ruby/object:Gem::Dependency
|
140
147
|
name: mocha
|
141
148
|
requirement: !ruby/object:Gem::Requirement
|
@@ -192,6 +199,48 @@ dependencies:
|
|
192
199
|
- - ">="
|
193
200
|
- !ruby/object:Gem::Version
|
194
201
|
version: '0'
|
202
|
+
- !ruby/object:Gem::Dependency
|
203
|
+
name: rubocop
|
204
|
+
requirement: !ruby/object:Gem::Requirement
|
205
|
+
requirements:
|
206
|
+
- - ">="
|
207
|
+
- !ruby/object:Gem::Version
|
208
|
+
version: '0'
|
209
|
+
type: :development
|
210
|
+
prerelease: false
|
211
|
+
version_requirements: !ruby/object:Gem::Requirement
|
212
|
+
requirements:
|
213
|
+
- - ">="
|
214
|
+
- !ruby/object:Gem::Version
|
215
|
+
version: '0'
|
216
|
+
- !ruby/object:Gem::Dependency
|
217
|
+
name: rubocop-rake
|
218
|
+
requirement: !ruby/object:Gem::Requirement
|
219
|
+
requirements:
|
220
|
+
- - ">="
|
221
|
+
- !ruby/object:Gem::Version
|
222
|
+
version: '0'
|
223
|
+
type: :development
|
224
|
+
prerelease: false
|
225
|
+
version_requirements: !ruby/object:Gem::Requirement
|
226
|
+
requirements:
|
227
|
+
- - ">="
|
228
|
+
- !ruby/object:Gem::Version
|
229
|
+
version: '0'
|
230
|
+
- !ruby/object:Gem::Dependency
|
231
|
+
name: rubocop-rspec
|
232
|
+
requirement: !ruby/object:Gem::Requirement
|
233
|
+
requirements:
|
234
|
+
- - ">="
|
235
|
+
- !ruby/object:Gem::Version
|
236
|
+
version: '0'
|
237
|
+
type: :development
|
238
|
+
prerelease: false
|
239
|
+
version_requirements: !ruby/object:Gem::Requirement
|
240
|
+
requirements:
|
241
|
+
- - ">="
|
242
|
+
- !ruby/object:Gem::Version
|
243
|
+
version: '0'
|
195
244
|
- !ruby/object:Gem::Dependency
|
196
245
|
name: vcr
|
197
246
|
requirement: !ruby/object:Gem::Requirement
|
@@ -222,28 +271,18 @@ dependencies:
|
|
222
271
|
version: '0'
|
223
272
|
description: Scripts to interact with the Brightbox cloud API
|
224
273
|
email:
|
225
|
-
- john@brightbox.
|
274
|
+
- john@brightbox.com
|
275
|
+
- paul@brightbox.com
|
226
276
|
executables:
|
227
277
|
- _brightbox-bash-completer
|
228
278
|
- brightbox
|
229
|
-
- brightbox-accounts
|
230
|
-
- brightbox-cloudips
|
231
|
-
- brightbox-config
|
232
|
-
- brightbox-firewall-policies
|
233
|
-
- brightbox-firewall-rules
|
234
|
-
- brightbox-groups
|
235
|
-
- brightbox-images
|
236
|
-
- brightbox-lbs
|
237
|
-
- brightbox-servers
|
238
|
-
- brightbox-types
|
239
|
-
- brightbox-users
|
240
|
-
- brightbox-zones
|
241
279
|
extensions: []
|
242
280
|
extra_rdoc_files: []
|
243
281
|
files:
|
282
|
+
- ".gitattributes"
|
244
283
|
- ".github/workflows/ruby.yml"
|
245
284
|
- ".gitignore"
|
246
|
-
- ".
|
285
|
+
- ".rubocop.yml"
|
247
286
|
- CHANGELOG.md
|
248
287
|
- Gemfile
|
249
288
|
- Gemfile.lock
|
@@ -254,29 +293,17 @@ files:
|
|
254
293
|
- Rakefile
|
255
294
|
- bin/_brightbox-bash-completer
|
256
295
|
- bin/brightbox
|
257
|
-
- bin/brightbox-accounts
|
258
|
-
- bin/brightbox-cloudips
|
259
|
-
- bin/brightbox-config
|
260
|
-
- bin/brightbox-firewall-policies
|
261
|
-
- bin/brightbox-firewall-rules
|
262
|
-
- bin/brightbox-groups
|
263
|
-
- bin/brightbox-images
|
264
|
-
- bin/brightbox-lbs
|
265
|
-
- bin/brightbox-servers
|
266
|
-
- bin/brightbox-types
|
267
|
-
- bin/brightbox-users
|
268
|
-
- bin/brightbox-zones
|
269
296
|
- brightbox-cli.gemspec
|
270
297
|
- lib/brightbox-cli/accounts.rb
|
271
298
|
- lib/brightbox-cli/api.rb
|
272
299
|
- lib/brightbox-cli/cloud_ips.rb
|
273
300
|
- lib/brightbox-cli/collaborating_account.rb
|
274
301
|
- lib/brightbox-cli/collaboration.rb
|
275
|
-
- lib/brightbox-cli/commands/accounts/
|
302
|
+
- lib/brightbox-cli/commands/accounts/accept_invite.rb
|
276
303
|
- lib/brightbox-cli/commands/accounts/default.rb
|
277
304
|
- lib/brightbox-cli/commands/accounts/list.rb
|
278
305
|
- lib/brightbox-cli/commands/accounts/remove.rb
|
279
|
-
- lib/brightbox-cli/commands/accounts/
|
306
|
+
- lib/brightbox-cli/commands/accounts/reset_ftp_password.rb
|
280
307
|
- lib/brightbox-cli/commands/accounts/show.rb
|
281
308
|
- lib/brightbox-cli/commands/cloudips/create.rb
|
282
309
|
- lib/brightbox-cli/commands/cloudips/destroy.rb
|
@@ -286,29 +313,29 @@ files:
|
|
286
313
|
- lib/brightbox-cli/commands/cloudips/unmap.rb
|
287
314
|
- lib/brightbox-cli/commands/cloudips/update.rb
|
288
315
|
- lib/brightbox-cli/commands/collaborations.rb
|
289
|
-
- lib/brightbox-cli/commands/config/
|
290
|
-
- lib/brightbox-cli/commands/config/
|
291
|
-
- lib/brightbox-cli/commands/config/
|
292
|
-
- lib/brightbox-cli/commands/config/
|
293
|
-
- lib/brightbox-cli/commands/config/
|
294
|
-
- lib/brightbox-cli/commands/firewall/
|
295
|
-
- lib/brightbox-cli/commands/firewall/
|
296
|
-
- lib/brightbox-cli/commands/firewall/
|
297
|
-
- lib/brightbox-cli/commands/firewall/
|
298
|
-
- lib/brightbox-cli/commands/firewall/
|
299
|
-
- lib/brightbox-cli/commands/firewall/
|
300
|
-
- lib/brightbox-cli/commands/firewall/
|
301
|
-
- lib/brightbox-cli/commands/firewall/
|
302
|
-
- lib/brightbox-cli/commands/firewall/
|
303
|
-
- lib/brightbox-cli/commands/firewall/
|
304
|
-
- lib/brightbox-cli/commands/firewall/
|
305
|
-
- lib/brightbox-cli/commands/firewall/
|
306
|
-
- lib/brightbox-cli/commands/groups/
|
316
|
+
- lib/brightbox-cli/commands/config/client_add.rb
|
317
|
+
- lib/brightbox-cli/commands/config/client_default.rb
|
318
|
+
- lib/brightbox-cli/commands/config/client_list.rb
|
319
|
+
- lib/brightbox-cli/commands/config/client_remove.rb
|
320
|
+
- lib/brightbox-cli/commands/config/user_add.rb
|
321
|
+
- lib/brightbox-cli/commands/firewall/policies_apply.rb
|
322
|
+
- lib/brightbox-cli/commands/firewall/policies_create.rb
|
323
|
+
- lib/brightbox-cli/commands/firewall/policies_destroy.rb
|
324
|
+
- lib/brightbox-cli/commands/firewall/policies_list.rb
|
325
|
+
- lib/brightbox-cli/commands/firewall/policies_remove.rb
|
326
|
+
- lib/brightbox-cli/commands/firewall/policies_show.rb
|
327
|
+
- lib/brightbox-cli/commands/firewall/policies_update.rb
|
328
|
+
- lib/brightbox-cli/commands/firewall/rules_create.rb
|
329
|
+
- lib/brightbox-cli/commands/firewall/rules_destroy.rb
|
330
|
+
- lib/brightbox-cli/commands/firewall/rules_list.rb
|
331
|
+
- lib/brightbox-cli/commands/firewall/rules_show.rb
|
332
|
+
- lib/brightbox-cli/commands/firewall/rules_update.rb
|
333
|
+
- lib/brightbox-cli/commands/groups/add_server.rb
|
307
334
|
- lib/brightbox-cli/commands/groups/create.rb
|
308
335
|
- lib/brightbox-cli/commands/groups/destroy.rb
|
309
336
|
- lib/brightbox-cli/commands/groups/list.rb
|
310
337
|
- lib/brightbox-cli/commands/groups/move_servers.rb
|
311
|
-
- lib/brightbox-cli/commands/groups/
|
338
|
+
- lib/brightbox-cli/commands/groups/remove_servers.rb
|
312
339
|
- lib/brightbox-cli/commands/groups/show.rb
|
313
340
|
- lib/brightbox-cli/commands/groups/update.rb
|
314
341
|
- lib/brightbox-cli/commands/images/destroy.rb
|
@@ -317,16 +344,16 @@ files:
|
|
317
344
|
- lib/brightbox-cli/commands/images/register.rb
|
318
345
|
- lib/brightbox-cli/commands/images/show.rb
|
319
346
|
- lib/brightbox-cli/commands/images/update.rb
|
320
|
-
- lib/brightbox-cli/commands/lbs/
|
347
|
+
- lib/brightbox-cli/commands/lbs/add_nodes.rb
|
321
348
|
- lib/brightbox-cli/commands/lbs/create.rb
|
322
349
|
- lib/brightbox-cli/commands/lbs/destroy.rb
|
323
350
|
- lib/brightbox-cli/commands/lbs/list.rb
|
324
351
|
- lib/brightbox-cli/commands/lbs/locking.rb
|
325
|
-
- lib/brightbox-cli/commands/lbs/
|
352
|
+
- lib/brightbox-cli/commands/lbs/remove_nodes.rb
|
326
353
|
- lib/brightbox-cli/commands/lbs/show.rb
|
327
354
|
- lib/brightbox-cli/commands/lbs/update.rb
|
328
355
|
- lib/brightbox-cli/commands/login.rb
|
329
|
-
- lib/brightbox-cli/commands/servers/
|
356
|
+
- lib/brightbox-cli/commands/servers/activate_console.rb
|
330
357
|
- lib/brightbox-cli/commands/servers/create.rb
|
331
358
|
- lib/brightbox-cli/commands/servers/destroy.rb
|
332
359
|
- lib/brightbox-cli/commands/servers/list.rb
|
@@ -355,7 +382,7 @@ files:
|
|
355
382
|
- lib/brightbox-cli/commands/sql/types.rb
|
356
383
|
- lib/brightbox-cli/commands/token.rb
|
357
384
|
- lib/brightbox-cli/commands/types.rb
|
358
|
-
- lib/brightbox-cli/commands/
|
385
|
+
- lib/brightbox-cli/commands/user_collaborations.rb
|
359
386
|
- lib/brightbox-cli/commands/users/list.rb
|
360
387
|
- lib/brightbox-cli/commands/users/show.rb
|
361
388
|
- lib/brightbox-cli/commands/users/update.rb
|
@@ -373,6 +400,7 @@ files:
|
|
373
400
|
- lib/brightbox-cli/config/sections.rb
|
374
401
|
- lib/brightbox-cli/config/to_fog.rb
|
375
402
|
- lib/brightbox-cli/config/two_factor_auth.rb
|
403
|
+
- lib/brightbox-cli/config/two_factor_helper.rb
|
376
404
|
- lib/brightbox-cli/config/user_application.rb
|
377
405
|
- lib/brightbox-cli/connection_manager.rb
|
378
406
|
- lib/brightbox-cli/database_server.rb
|
@@ -530,6 +558,11 @@ files:
|
|
530
558
|
- spec/cassettes/brightbox_sql_instances/create/--allow-access_srv-12345_grp-12345/correctly_sends_API_parameters.yml
|
531
559
|
- spec/cassettes/brightbox_sql_instances/create/--engine_mysql/correctly_sends_API_parameters.yml
|
532
560
|
- spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_5_6/correctly_sends_API_parameters.yml
|
561
|
+
- spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_8_0/correctly_sends_API_parameters.yml
|
562
|
+
- spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_5_--maintenance_hour_11/correctly_sends_API_parameters.yml
|
563
|
+
- spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_thursday/correctly_sends_API_parameters.yml
|
564
|
+
- spec/cassettes/brightbox_sql_instances/create/--snapshot_dbi-12345/includes_schedule_fields_in_response.yml
|
565
|
+
- spec/cassettes/brightbox_sql_instances/create/--snapshots-schedule_0_12_4_/includes_schedule_fields_in_response.yml
|
533
566
|
- spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_password.yml
|
534
567
|
- spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_username.yml
|
535
568
|
- spec/cassettes/brightbox_sql_instances/snapshot/when_database_server_active/correctly_sends_API_parameters.yml
|
@@ -619,6 +652,7 @@ files:
|
|
619
652
|
- spec/configs/api_client.ini
|
620
653
|
- spec/configs/user_app.ini
|
621
654
|
- spec/spec_helper.rb
|
655
|
+
- spec/support/authentication_helpers.rb
|
622
656
|
- spec/support/common_helpers.rb
|
623
657
|
- spec/support/config_helpers.rb
|
624
658
|
- spec/support/faux_io.rb
|
@@ -638,7 +672,9 @@ files:
|
|
638
672
|
- spec/unit/brightbox/api/find_spec.rb
|
639
673
|
- spec/unit/brightbox/api/fog_model_spec.rb
|
640
674
|
- spec/unit/brightbox/api/klass_name_spec.rb
|
675
|
+
- spec/unit/brightbox/api/method_missing_spec.rb
|
641
676
|
- spec/unit/brightbox/api/require_account_spec.rb
|
677
|
+
- spec/unit/brightbox/api/respond_to_spec.rb
|
642
678
|
- spec/unit/brightbox/bb_config/access_token_filename_spec.rb
|
643
679
|
- spec/unit/brightbox/bb_config/access_token_spec.rb
|
644
680
|
- spec/unit/brightbox/bb_config/account_spec.rb
|
@@ -680,6 +716,7 @@ files:
|
|
680
716
|
- spec/unit/brightbox/config/api_client/to_fog_spec.rb
|
681
717
|
- spec/unit/brightbox/config/api_client/valid_spec.rb
|
682
718
|
- spec/unit/brightbox/config/api_client_spec.rb
|
719
|
+
- spec/unit/brightbox/config/discover_two_factor_pin_spec.rb
|
683
720
|
- spec/unit/brightbox/config/section_name_deduplicator_spec.rb
|
684
721
|
- spec/unit/brightbox/config/to_fog_spec.rb
|
685
722
|
- spec/unit/brightbox/config/user_application/to_fog_spec.rb
|
@@ -731,26 +768,12 @@ files:
|
|
731
768
|
- spec/unit/temporary_home_spec.rb
|
732
769
|
- spec/unit/tmp_config_spec.rb
|
733
770
|
- tools/bash_completion_script
|
734
|
-
homepage:
|
771
|
+
homepage: https://www.brightbox.com/cli
|
735
772
|
licenses:
|
736
773
|
- MIT
|
737
|
-
metadata:
|
738
|
-
|
739
|
-
|
740
|
-
Such as `brightbox config` or `brightbox servers`.
|
741
|
-
|
742
|
-
`brightbox --help` lists all the commands.
|
743
|
-
|
744
|
-
The old hypenated versions of the commands (e.g. `brightbox-servers`)
|
745
|
-
are deprecated and may be removed in the future.
|
746
|
-
|
747
|
-
If you have been using the old "brightbox" gem please ensure you have
|
748
|
-
the latest version to be able to use the `brightbox-capify` command.
|
749
|
-
|
750
|
-
To enable Bash auto-completion you can do the following:
|
751
|
-
|
752
|
-
complete -C _brightbox-bash-completer -o filenames brightbox
|
753
|
-
|
774
|
+
metadata:
|
775
|
+
rubygems_mfa_required: 'true'
|
776
|
+
post_install_message:
|
754
777
|
rdoc_options: []
|
755
778
|
require_paths:
|
756
779
|
- lib
|
@@ -758,15 +781,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
758
781
|
requirements:
|
759
782
|
- - ">="
|
760
783
|
- !ruby/object:Gem::Version
|
761
|
-
version: '2.
|
784
|
+
version: '2.5'
|
762
785
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
763
786
|
requirements:
|
764
787
|
- - ">="
|
765
788
|
- !ruby/object:Gem::Version
|
766
789
|
version: '0'
|
767
790
|
requirements: []
|
768
|
-
rubygems_version: 3.
|
769
|
-
signing_key:
|
791
|
+
rubygems_version: 3.2.26
|
792
|
+
signing_key:
|
770
793
|
specification_version: 4
|
771
794
|
summary: The Brightbox cloud management system
|
772
795
|
test_files:
|
@@ -887,6 +910,11 @@ test_files:
|
|
887
910
|
- spec/cassettes/brightbox_sql_instances/create/--allow-access_srv-12345_grp-12345/correctly_sends_API_parameters.yml
|
888
911
|
- spec/cassettes/brightbox_sql_instances/create/--engine_mysql/correctly_sends_API_parameters.yml
|
889
912
|
- spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_5_6/correctly_sends_API_parameters.yml
|
913
|
+
- spec/cassettes/brightbox_sql_instances/create/--engine_mysql_--engine-version_8_0/correctly_sends_API_parameters.yml
|
914
|
+
- spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_5_--maintenance_hour_11/correctly_sends_API_parameters.yml
|
915
|
+
- spec/cassettes/brightbox_sql_instances/create/--maintenance-weekday_thursday/correctly_sends_API_parameters.yml
|
916
|
+
- spec/cassettes/brightbox_sql_instances/create/--snapshot_dbi-12345/includes_schedule_fields_in_response.yml
|
917
|
+
- spec/cassettes/brightbox_sql_instances/create/--snapshots-schedule_0_12_4_/includes_schedule_fields_in_response.yml
|
890
918
|
- spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_password.yml
|
891
919
|
- spec/cassettes/brightbox_sql_instances/create/without_arguments/reports_the_new_admin_username.yml
|
892
920
|
- spec/cassettes/brightbox_sql_instances/snapshot/when_database_server_active/correctly_sends_API_parameters.yml
|
@@ -976,6 +1004,7 @@ test_files:
|
|
976
1004
|
- spec/configs/api_client.ini
|
977
1005
|
- spec/configs/user_app.ini
|
978
1006
|
- spec/spec_helper.rb
|
1007
|
+
- spec/support/authentication_helpers.rb
|
979
1008
|
- spec/support/common_helpers.rb
|
980
1009
|
- spec/support/config_helpers.rb
|
981
1010
|
- spec/support/faux_io.rb
|
@@ -995,7 +1024,9 @@ test_files:
|
|
995
1024
|
- spec/unit/brightbox/api/find_spec.rb
|
996
1025
|
- spec/unit/brightbox/api/fog_model_spec.rb
|
997
1026
|
- spec/unit/brightbox/api/klass_name_spec.rb
|
1027
|
+
- spec/unit/brightbox/api/method_missing_spec.rb
|
998
1028
|
- spec/unit/brightbox/api/require_account_spec.rb
|
1029
|
+
- spec/unit/brightbox/api/respond_to_spec.rb
|
999
1030
|
- spec/unit/brightbox/bb_config/access_token_filename_spec.rb
|
1000
1031
|
- spec/unit/brightbox/bb_config/access_token_spec.rb
|
1001
1032
|
- spec/unit/brightbox/bb_config/account_spec.rb
|
@@ -1037,6 +1068,7 @@ test_files:
|
|
1037
1068
|
- spec/unit/brightbox/config/api_client/to_fog_spec.rb
|
1038
1069
|
- spec/unit/brightbox/config/api_client/valid_spec.rb
|
1039
1070
|
- spec/unit/brightbox/config/api_client_spec.rb
|
1071
|
+
- spec/unit/brightbox/config/discover_two_factor_pin_spec.rb
|
1040
1072
|
- spec/unit/brightbox/config/section_name_deduplicator_spec.rb
|
1041
1073
|
- spec/unit/brightbox/config/to_fog_spec.rb
|
1042
1074
|
- spec/unit/brightbox/config/user_application/to_fog_spec.rb
|
data/.travis.yml
DELETED
data/bin/brightbox-accounts
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("accounts")
|
data/bin/brightbox-cloudips
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("cloudips")
|
data/bin/brightbox-config
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("config")
|
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("firewall-policies")
|
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("firewall-rules")
|
data/bin/brightbox-groups
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("groups")
|
data/bin/brightbox-images
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("images")
|
data/bin/brightbox-lbs
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("lbs")
|
data/bin/brightbox-servers
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("servers")
|
data/bin/brightbox-types
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("types")
|
data/bin/brightbox-users
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("users")
|
data/bin/brightbox-zones
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
begin
|
4
|
-
require "brightbox_cli"
|
5
|
-
require "brightbox-cli/legacy/args_adjuster"
|
6
|
-
rescue LoadError
|
7
|
-
brightbox_cli_path = File.expand_path('../../lib', __FILE__)
|
8
|
-
$LOAD_PATH.unshift(brightbox_cli_path)
|
9
|
-
require "brightbox_cli"
|
10
|
-
require "brightbox-cli/legacy/args_adjuster"
|
11
|
-
end
|
12
|
-
|
13
|
-
Brightbox.run Brightbox::Legacy::ArgsAdjuster.new(ARGV).for_command("zones")
|