yoesoff

gcpbeanary

Feb 14th, 2020
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.32 KB | None | 0 0
  1. ╭─yoesoff@yoesoff-ThinkPad-X220 ~  
  2. ╰─➤  gcloud init                                                                                                                                                     1
  3. Welcome! This command will take you through the configuration of gcloud.
  4.  
  5. Settings from your current configuration [default] are:
  6. core:
  7.   account: admin@beanary.tech
  8.   disable_usage_reporting: 'True'
  9.  
  10. Pick configuration to use:
  11.  [1] Re-initialize this configuration [default] with new settings
  12.  [2] Create a new configuration
  13. Please enter your numeric choice:  2              
  14.  
  15. Enter configuration name. Names start with a lower case letter and
  16. contain only lower case letters a-z, digits 0-9, and hyphens '-':  beanary-homepage
  17. Your current configuration has been set to: [beanary-homepage]
  18.  
  19. You can skip diagnostics next time by using the following flag:
  20.   gcloud init --skip-diagnostics
  21.  
  22. Network diagnostic detects and fixes local network connection issues.
  23. Checking network connection...done.                                                                                                                                      
  24. Reachability Check passed.
  25. Network diagnostic (1/1 checks) passed.
  26.  
  27. Choose the account you would like to use to perform operations for
  28. this configuration:
  29.  [1] admin@beanary.tech
  30.  [2] admin@obunda.id
  31.  [3] Log in with a new account
  32. Please enter your numeric choice:  1
  33.  
  34. You are logged in as: [admin@beanary.tech].
  35.  
  36. Pick cloud project to use:
  37.  [1] elevated-summer-268302
  38.  [2] Create a new project
  39. Please enter numeric choice or text value (must exactly match list
  40. item):  2
  41.  
  42. Enter a Project ID. Note that a Project ID CANNOT be changed later.
  43. Project IDs must be 6-30 characters (lowercase ASCII, digits, or
  44. hyphens) in length and start with a lowercase letter. beanary-homepage
  45. Your current project has been set to: [beanary-homepage].
  46.  
  47. Not setting default zone/region (this feature makes it easier to use
  48. [gcloud compute] by setting an appropriate default value for the
  49. --zone and --region flag).
  50. See https://cloud.google.com/compute/docs/gcloud-compute section on how to set
  51. default compute region and zone manually. If you would like [gcloud init] to be
  52. able to do this for you the next time you run it, make sure the
  53. Compute Engine API is enabled for your project on the
  54. https://console.developers.google.com/apis page.
  55.  
  56. Created a default .boto configuration file at [/home/yoesoff/.boto]. See this file and
  57. [https://cloud.google.com/storage/docs/gsutil/commands/config] for more
  58. information about configuring Google Cloud Storage.
  59. Your Google Cloud SDK is configured and ready to use!
  60.  
  61. * Commands that require authentication will use admin@beanary.tech by default
  62. * Commands will reference project `beanary-homepage` by default
  63. Run `gcloud help config` to learn how to change individual settings
  64.  
  65. This gcloud configuration is called [beanary-homepage]. You can create additional configurations if you work with multiple accounts and/or projects.
  66. Run `gcloud topic configurations` to learn more.
  67.  
  68. Some things to try next:
  69.  
  70. * Run `gcloud --help` to see the Cloud Platform services you can interact with. And run `gcloud help COMMAND` to get help on any gcloud command.
  71. * Run `gcloud topic -h` to learn about advanced features of the SDK like arg files and output formatting
Advertisement
Add Comment
Please, Sign In to add comment