@sebastienrousseau/dotfiles 0.2.460 → 0.2.462

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/README.md +115 -91
  2. package/dist/Makefile +4 -3
  3. package/dist/bin/backup.d.ts.map +1 -1
  4. package/dist/bin/backup.js +3 -2
  5. package/dist/bin/backup.js.map +1 -1
  6. package/dist/bin/constants.d.ts +2 -2
  7. package/dist/bin/constants.d.ts.map +1 -1
  8. package/dist/bin/constants.js +1 -1
  9. package/dist/bin/constants.js.map +1 -1
  10. package/dist/bin/copy.d.ts.map +1 -1
  11. package/dist/bin/copy.js +2 -1
  12. package/dist/bin/copy.js.map +1 -1
  13. package/dist/bin/dotfiles.d.ts.map +1 -1
  14. package/dist/bin/dotfiles.js +1 -1
  15. package/dist/bin/dotfiles.js.map +1 -1
  16. package/dist/bin/download.d.ts +2 -2
  17. package/dist/bin/download.d.ts.map +1 -1
  18. package/dist/bin/download.js +2 -1
  19. package/dist/bin/download.js.map +1 -1
  20. package/dist/bin/index.js +1 -1
  21. package/dist/bin/index.js.map +1 -1
  22. package/dist/bin/transfer.d.ts.map +1 -1
  23. package/dist/bin/transfer.js +1 -1
  24. package/dist/bin/transfer.js.map +1 -1
  25. package/dist/bin/unpack.d.ts.map +1 -1
  26. package/dist/bin/unpack.js +1 -1
  27. package/dist/bin/unpack.js.map +1 -1
  28. package/dist/filesizes.txt +332 -288
  29. package/dist/lib/aliases/archives/archives.aliases.sh +42 -0
  30. package/dist/lib/aliases/clear/clear.aliases.sh +23 -0
  31. package/dist/lib/aliases/configuration/configuration.aliases.sh +12 -0
  32. package/dist/lib/aliases/default/default.aliases.sh +37 -173
  33. package/dist/lib/aliases/dig/dig.aliases.sh +19 -0
  34. package/dist/lib/aliases/diskusage/diskusage.aliases.sh +16 -0
  35. package/dist/lib/aliases/editor/editor.aliases.sh +19 -0
  36. package/dist/lib/aliases/find/find.aliases.sh +24 -0
  37. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +120 -116
  38. package/dist/lib/aliases/git/git.aliases.sh +341 -335
  39. package/dist/lib/aliases/gnu/gnucoreutls-aliases.sh +111 -0
  40. package/dist/lib/aliases/heroku/heroku.aliases.sh +713 -710
  41. package/dist/lib/aliases/interactive/interactive.aliases.sh +14 -0
  42. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +49 -46
  43. package/dist/lib/aliases/list/list.aliases.sh +33 -0
  44. package/dist/lib/aliases/make/make.aliases.sh +15 -0
  45. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +13 -0
  46. package/dist/lib/aliases/navigation/navigation.aliases.sh +23 -0
  47. package/dist/lib/aliases/npm/npm.aliases.sh +24 -0
  48. package/dist/lib/aliases/permission/permission.aliases.sh +28 -0
  49. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +38 -38
  50. package/dist/lib/aliases/ps/ps.aliases.sh +12 -0
  51. package/dist/lib/aliases/rsync/rsync.aliases.sh +9 -0
  52. package/dist/lib/aliases/rust/rust.aliases.sh +50 -0
  53. package/dist/lib/aliases/subversion/subversion.aliases.sh +42 -119
  54. package/dist/lib/aliases/sudo/sudo.aliases.sh +11 -0
  55. package/dist/lib/aliases/tmux/tmux.aliases.sh +13 -10
  56. package/dist/lib/aliases/update/update.aliases.sh +38 -0
  57. package/dist/lib/aliases/uuid/uuid.aliases.sh +10 -0
  58. package/dist/lib/aliases/wget/wget.aliases.sh +13 -0
  59. package/dist/lib/aliases.sh +7 -3
  60. package/dist/lib/configurations/bash/bashrc +4 -3
  61. package/dist/lib/configurations/curl/curlrc +3 -2
  62. package/dist/lib/configurations/default/color.sh +3 -2
  63. package/dist/lib/configurations/default/constants.sh +10 -9
  64. package/dist/lib/configurations/default/editor.sh +3 -2
  65. package/dist/lib/configurations/default/prompt.sh +3 -2
  66. package/dist/lib/configurations/input/inputrc +3 -2
  67. package/dist/lib/configurations/nano/nanorc +3 -2
  68. package/dist/lib/configurations/profile/profile +3 -2
  69. package/dist/lib/configurations/tmux/default +3 -2
  70. package/dist/lib/configurations/tmux/display +3 -2
  71. package/dist/lib/configurations/tmux/linux +3 -2
  72. package/dist/lib/configurations/tmux/navigation +3 -2
  73. package/dist/lib/configurations/tmux/panes +3 -2
  74. package/dist/lib/configurations/tmux/theme +4 -3
  75. package/dist/lib/configurations/tmux/tmux +3 -2
  76. package/dist/lib/configurations/tmux/vi +3 -2
  77. package/dist/lib/configurations/vim/vimrc +1 -1
  78. package/dist/lib/configurations/wget/wgetrc +3 -2
  79. package/dist/lib/configurations/zsh/zshrc +6 -5
  80. package/dist/lib/configurations.sh +3 -2
  81. package/dist/lib/functions/cdls.sh +4 -10
  82. package/dist/lib/functions/changediskpwd.tmp +5 -3
  83. package/dist/lib/functions/code.tmp +5 -3
  84. package/dist/lib/functions/countdown.tmp +3 -2
  85. package/dist/lib/functions/curlheader.sh +6 -5
  86. package/dist/lib/functions/curltime.sh +8 -6
  87. package/dist/lib/functions/encode64.sh +3 -2
  88. package/dist/lib/functions/environment.sh +3 -2
  89. package/dist/lib/functions/extract.sh +3 -2
  90. package/dist/lib/functions/genpwd.sh +3 -2
  91. package/dist/lib/functions/goto.sh +3 -2
  92. package/dist/lib/functions/hidehiddenfiles.sh +3 -2
  93. package/dist/lib/functions/history-all.tmp +3 -2
  94. package/dist/lib/functions/hostinfo.sh +3 -2
  95. package/dist/lib/functions/hstats.sh +3 -2
  96. package/dist/lib/functions/httpdebug.sh +3 -2
  97. package/dist/lib/functions/keygen.sh +3 -2
  98. package/dist/lib/functions/last.sh +3 -2
  99. package/dist/lib/functions/logout.sh +3 -2
  100. package/dist/lib/functions/lowercase.sh +3 -2
  101. package/dist/lib/functions/macos.sh +3 -2
  102. package/dist/lib/functions/matrix.sh +3 -2
  103. package/dist/lib/functions/{mcd.sh → mcd.tmp} +3 -2
  104. package/dist/lib/functions/mount_read_only.sh +3 -2
  105. package/dist/lib/functions/myproc.sh +3 -2
  106. package/dist/lib/functions/prependpath.sh +3 -2
  107. package/dist/lib/functions/print.tmp +3 -2
  108. package/dist/lib/functions/ql.sh +3 -2
  109. package/dist/lib/functions/rd.sh +3 -2
  110. package/dist/lib/functions/remove_disk.sh +3 -2
  111. package/dist/lib/functions/ren.sh +3 -2
  112. package/dist/lib/functions/rm.tmp +3 -2
  113. package/dist/lib/functions/rps.tmp +3 -2
  114. package/dist/lib/functions/showhiddenfiles.sh +3 -2
  115. package/dist/lib/functions/size.sh +3 -2
  116. package/dist/lib/functions/stopwatch.sh +3 -2
  117. package/dist/lib/functions/trash.tmp +3 -2
  118. package/dist/lib/functions/tree.tmp +3 -2
  119. package/dist/lib/functions/uppercase.sh +3 -2
  120. package/dist/lib/functions/uuidgen.tmp +2 -1
  121. package/dist/lib/functions/view-source.sh +3 -2
  122. package/dist/lib/functions/vscode.sh +3 -2
  123. package/dist/lib/functions/whoisport.sh +3 -2
  124. package/dist/lib/functions/zipf.sh +3 -2
  125. package/dist/lib/functions.sh +3 -2
  126. package/dist/lib/history.sh +3 -2
  127. package/dist/lib/paths/ant/ant.paths.sh +3 -2
  128. package/dist/lib/paths/default/default.paths.sh +3 -2
  129. package/dist/lib/paths/homebrew/homebrew.paths.sh +3 -2
  130. package/dist/lib/paths/java/java.paths.sh +4 -3
  131. package/dist/lib/paths/maven/maven.paths.sh +3 -2
  132. package/dist/lib/paths/node/node.paths.sh +3 -2
  133. package/dist/lib/paths/nvm/nvm.paths.sh +3 -2
  134. package/dist/lib/paths/pnpm/pnpm.paths.sh +3 -2
  135. package/dist/lib/paths/python/python.paths.sh +3 -2
  136. package/dist/lib/paths/ruby/ruby.paths.sh +3 -2
  137. package/dist/lib/paths/tmux/tmux.paths.sh +3 -2
  138. package/dist/lib/paths.sh +3 -2
  139. package/dist/scripts/backup.sh +8 -3
  140. package/dist/scripts/banner.sh +3 -2
  141. package/dist/scripts/build.sh +3 -2
  142. package/dist/scripts/clean.sh +3 -2
  143. package/dist/scripts/compile.sh +3 -2
  144. package/dist/scripts/copy.sh +3 -2
  145. package/dist/scripts/dotfiles.sh +3 -2
  146. package/dist/scripts/download.sh +3 -2
  147. package/dist/scripts/help.sh +3 -2
  148. package/dist/scripts/ssh.sh +54 -0
  149. package/dist/scripts/unpack.sh +3 -2
  150. package/package.json +3 -2
  151. package/dist/lib/exit.sh +0 -9
@@ -1,120 +1,124 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.462) - https://dotfiles.io
3
+ # Made with in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2015-2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # 🅶🅲🅻🅾🆄🅳 🅰🅻🅸🅰🆂🅴🆂 - Google Cloud aliases.
7
- # Sections:
8
- #
9
- # 1.0 Google Cloud Aliases.
10
- # 1.1 Aliases to get going with the gcloud command-line tool.
11
- # 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties.
12
- # 1.3 Aliases to grant and revoke authorization to Cloud SDK.
13
- # 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts.
14
- # 1.5 Aliases to manage project access policies.
15
- # 1.6 Aliases to manage containerized applications on Kubernetes.
16
- # 1.7 Aliases to create, run, and manage VMs on Google infrastructure.
17
- # 1.8 Aliases to build highly scalable applications on a fully managed serverless platform.
18
- # 1.9 Aliases to commands that might come in handy.
19
- #
20
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
21
- # Licensed under the MIT license
22
- #
23
-
24
- ## ----------------------------------------------------------------------------
25
- ## 1.0 Google Cloud Aliases.
26
- ## ----------------------------------------------------------------------------
27
-
28
- ## ----------------------------------------------------------------------------
29
- ## 1.1 Aliases to get going with the gcloud command-line tool.
30
- ## ----------------------------------------------------------------------------
31
-
32
- alias gcci='gcloud components install' # Install specific components.
33
- alias gccsp='gcloud config set project' # Set a default Google Cloud project to work on.
34
- alias gccu='gcloud components update' # Update your Cloud SDK to the latest version.
35
- alias gci='gcloud init' # Initialize, authorize, and configure the gcloud tool.
36
- alias gcinf='gcloud info' # Display current gcloud tool environment details.
37
- alias gcv='gcloud version' # Display version and installed components.
38
-
39
- ## ----------------------------------------------------------------------------
40
- ## 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties.
41
- ## ----------------------------------------------------------------------------
42
-
43
- alias gccca='gcloud config configurations activate' # Switch to an existing named configuration.
44
- alias gcccc='gcloud config configurations create' # Create a new named configuration.
45
- alias gcccl='gcloud config configurations list' # Display a list of all available configurations.
46
- alias gccgv='gcloud config get-value' # Fetch value of a Cloud SDK property.
47
- alias gccl='gcloud config list' # Display all the properties for the current configuration.
48
- alias gccs='gcloud config set' # Define a property (like compute/zone) for the current configuration.
49
-
50
- ## ----------------------------------------------------------------------------
51
- ## 1.3 Aliases to grant and revoke authorization to Cloud SDK.
52
- ## ----------------------------------------------------------------------------
53
-
54
- alias gcaasa='gcloud auth activate-service-account' # Like gcloud auth login but with service account credentials.
55
- alias gcacd='gcloud auth configure-docker' # Register the gcloud tool as a Docker credential helper.
56
- alias gcal='gcloud auth list' # List all credentialed accounts.
57
- alias gcal='gcloud auth login' # Authorize Google Cloud access for the gcloud tool with Google user credentials and set current account as active.
58
- alias gcapat='gcloud auth print-access-token' # Display the current account's access token.
59
- alias gcar='gcloud auth revoke' # Remove access credentials for an account.
60
-
61
- ## ----------------------------------------------------------------------------
62
- ## 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts.
63
- ## ----------------------------------------------------------------------------
64
-
65
- alias gciamk='gcloud iam service-accounts keys list' # List a service account's keys.
66
- alias gciaml='gcloud iam list-grantable-roles' # List IAM grantable roles for a resource.
67
- alias gciamp='gcloud iam service-accounts add-iam-policy-binding' # Add an IAM policy binding to a service account.
68
- alias gciamr='gcloud iam roles create' # Create a custom role for a project or org.
69
- alias gciams='gcloud iam service-accounts set-iam-policy' # Replace existing IAM policy binding.
70
- alias gciamv='gcloud iam service-accounts create' # Create a service account for a project.
71
-
72
- ## ----------------------------------------------------------------------------
73
- ## 1.5 Aliases to manage project access policies.
74
- ## ----------------------------------------------------------------------------
75
-
76
- alias gcpa='gcloud projects add-iam-policy-binding' # Add an IAM policy binding to a specified project.
77
- alias gcpd='gcloud projects describe' # Display metadata for a project (including its ID).
78
-
79
- ## ----------------------------------------------------------------------------
80
- ## 1.6 Aliases to manage containerized applications on Kubernetes.
81
- ## ----------------------------------------------------------------------------
82
-
83
- alias gcccc='gcloud container clusters create' # Create a cluster to run GKE containers.
84
- alias gcccg='gcloud container clusters get-credentials' # Update kubeconfig to get kubectl to use a GKE cluster.
85
- alias gcccl='gcloud container clusters list' # List clusters for running GKE containers.
86
- alias gccil='gcloud container images list-tags' # List tag and digest metadata for a container image.
87
-
88
- ## ----------------------------------------------------------------------------
89
- ## 1.7 Aliases to create, run, and manage VMs on Google infrastructure.
90
- ## ----------------------------------------------------------------------------
91
-
92
- alias gcpc='gcloud compute copy-files' # Copy files
93
- alias gcpdown='gcloud compute instances stop' # Stop instance
94
- alias gcpds='gcloud compute disks snapshot' # Create snapshot of persistent disks.
95
- alias gcpid='gcloud compute instances describe' # Display a VM instance's details.
96
- alias gcpil='gcloud compute instances list' # List all VM instances in a project.
97
- alias gcprm='gcloud compute instances delete' # Delete instance
98
- alias gcpsk='gcloud compute snapshots delete' # Delete a snapshot.
99
- alias gcpssh='gcloud compute ssh' # Connect to a VM instance by using SSH.
100
- alias gcpup='gcloud compute instances start' # Start instance.
101
- alias gcpzl='gcloud compute zones list' # List Compute Engine zones.
102
-
103
- ## ----------------------------------------------------------------------------
104
- ## 1.8 Aliases to build highly scalable applications on a fully managed serverless platform.
105
- ## ----------------------------------------------------------------------------
106
-
107
- alias gcapb='gcloud app browse' # Open the current app in a web browser.
108
- alias gcapc='gcloud app create' # Create an App Engine app within your current project.
109
- alias gcapd='gcloud app deploy' # Deploy your app's code and configuration to the App Engine server.
110
- alias gcapl='gcloud app logs read' # Display the latest App Engine app logs.
111
- alias gcapv='gcloud app versions list' # List all versions of all services deployed to the App Engine server.
112
-
113
- ## ----------------------------------------------------------------------------
114
- ## 1.9 Aliases to commands that might come in handy.
115
- ## ----------------------------------------------------------------------------
116
-
117
- alias gckmsd='gcloud kms decrypt' # Decrypt ciphertext (to a plaintext file) using a Cloud Key Management Service (Cloud KMS) key.
118
- alias gclll='gcloud logging logs list' # List your project's logs.
119
- alias gcsqlb='gcloud sql backups describe' # Display info about a Cloud SQL instance backup.
120
- alias gcsqle='gcloud sql export sql' # Export data from a Cloud SQL instance to a SQL file.
8
+ if command -v gcloud &>/dev/null; then
9
+ # Sections:
10
+ #
11
+ # 1.0 Google Cloud Aliases.
12
+ # 1.1 Aliases to get going with the gcloud command-line tool.
13
+ # 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties.
14
+ # 1.3 Aliases to grant and revoke authorization to Cloud SDK.
15
+ # 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts.
16
+ # 1.5 Aliases to manage project access policies.
17
+ # 1.6 Aliases to manage containerized applications on Kubernetes.
18
+ # 1.7 Aliases to create, run, and manage VMs on Google infrastructure.
19
+ # 1.8 Aliases to build highly scalable applications on a fully managed serverless platform.
20
+ # 1.9 Aliases to commands that might come in handy.
21
+ #
22
+ # Made with in London, UK by @sebastienrousseau
23
+ # Copyright (c) 2015-2022. All rights reserved
24
+ # Licensed under the MIT license
25
+ #
26
+
27
+ ## ----------------------------------------------------------------------------
28
+ ## 1.0 Google Cloud Aliases.
29
+ ## ----------------------------------------------------------------------------
30
+
31
+ ## ----------------------------------------------------------------------------
32
+ ## 1.1 Aliases to get going with the gcloud command-line tool.
33
+ ## ----------------------------------------------------------------------------
34
+
35
+ alias gcci='gcloud components install' # Install specific components.
36
+ alias gccsp='gcloud config set project' # Set a default Google Cloud project to work on.
37
+ alias gccu='gcloud components update' # Update your Cloud SDK to the latest version.
38
+ alias gci='gcloud init' # Initialize, authorize, and configure the gcloud tool.
39
+ alias gcinf='gcloud info' # Display current gcloud tool environment details.
40
+ alias gcv='gcloud version' # Display version and installed components.
41
+
42
+ ## ----------------------------------------------------------------------------
43
+ ## 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties.
44
+ ## ----------------------------------------------------------------------------
45
+
46
+ alias gccca='gcloud config configurations activate' # Switch to an existing named configuration.
47
+ alias gcccc='gcloud config configurations create' # Create a new named configuration.
48
+ alias gcccl='gcloud config configurations list' # Display a list of all available configurations.
49
+ alias gccgv='gcloud config get-value' # Fetch value of a Cloud SDK property.
50
+ alias gccl='gcloud config list' # Display all the properties for the current configuration.
51
+ alias gccs='gcloud config set' # Define a property (like compute/zone) for the current configuration.
52
+
53
+ ## ----------------------------------------------------------------------------
54
+ ## 1.3 Aliases to grant and revoke authorization to Cloud SDK.
55
+ ## ----------------------------------------------------------------------------
56
+
57
+ alias gcaasa='gcloud auth activate-service-account' # Like gcloud auth login but with service account credentials.
58
+ alias gcacd='gcloud auth configure-docker' # Register the gcloud tool as a Docker credential helper.
59
+ alias gcal='gcloud auth list' # List all credentialed accounts.
60
+ alias gcal='gcloud auth login' # Authorize Google Cloud access for the gcloud tool with Google user credentials and set current account as active.
61
+ alias gcapat='gcloud auth print-access-token' # Display the current account's access token.
62
+ alias gcar='gcloud auth revoke' # Remove access credentials for an account.
63
+
64
+ ## ----------------------------------------------------------------------------
65
+ ## 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts.
66
+ ## ----------------------------------------------------------------------------
67
+
68
+ alias gciamk='gcloud iam service-accounts keys list' # List a service account's keys.
69
+ alias gciaml='gcloud iam list-grantable-roles' # List IAM grantable roles for a resource.
70
+ alias gciamp='gcloud iam service-accounts add-iam-policy-binding' # Add an IAM policy binding to a service account.
71
+ alias gciamr='gcloud iam roles create' # Create a custom role for a project or org.
72
+ alias gciams='gcloud iam service-accounts set-iam-policy' # Replace existing IAM policy binding.
73
+ alias gciamv='gcloud iam service-accounts create' # Create a service account for a project.
74
+
75
+ ## ----------------------------------------------------------------------------
76
+ ## 1.5 Aliases to manage project access policies.
77
+ ## ----------------------------------------------------------------------------
78
+
79
+ alias gcpa='gcloud projects add-iam-policy-binding' # Add an IAM policy binding to a specified project.
80
+ alias gcpd='gcloud projects describe' # Display metadata for a project (including its ID).
81
+
82
+ ## ----------------------------------------------------------------------------
83
+ ## 1.6 Aliases to manage containerized applications on Kubernetes.
84
+ ## ----------------------------------------------------------------------------
85
+
86
+ alias gcccc='gcloud container clusters create' # Create a cluster to run GKE containers.
87
+ alias gcccg='gcloud container clusters get-credentials' # Update kubeconfig to get kubectl to use a GKE cluster.
88
+ alias gcccl='gcloud container clusters list' # List clusters for running GKE containers.
89
+ alias gccil='gcloud container images list-tags' # List tag and digest metadata for a container image.
90
+
91
+ ## ----------------------------------------------------------------------------
92
+ ## 1.7 Aliases to create, run, and manage VMs on Google infrastructure.
93
+ ## ----------------------------------------------------------------------------
94
+
95
+ alias gcpc='gcloud compute copy-files' # Copy files
96
+ alias gcpdown='gcloud compute instances stop' # Stop instance
97
+ alias gcpds='gcloud compute disks snapshot' # Create snapshot of persistent disks.
98
+ alias gcpid='gcloud compute instances describe' # Display a VM instance's details.
99
+ alias gcpil='gcloud compute instances list' # List all VM instances in a project.
100
+ alias gcprm='gcloud compute instances delete' # Delete instance
101
+ alias gcpsk='gcloud compute snapshots delete' # Delete a snapshot.
102
+ alias gcpssh='gcloud compute ssh' # Connect to a VM instance by using SSH.
103
+ alias gcpup='gcloud compute instances start' # Start instance.
104
+ alias gcpzl='gcloud compute zones list' # List Compute Engine zones.
105
+
106
+ ## ----------------------------------------------------------------------------
107
+ ## 1.8 Aliases to build highly scalable applications on a fully managed serverless platform.
108
+ ## ----------------------------------------------------------------------------
109
+
110
+ alias gcapb='gcloud app browse' # Open the current app in a web browser.
111
+ alias gcapc='gcloud app create' # Create an App Engine app within your current project.
112
+ alias gcapd='gcloud app deploy' # Deploy your app's code and configuration to the App Engine server.
113
+ alias gcapl='gcloud app logs read' # Display the latest App Engine app logs.
114
+ alias gcapv='gcloud app versions list' # List all versions of all services deployed to the App Engine server.
115
+
116
+ ## ----------------------------------------------------------------------------
117
+ ## 1.9 Aliases to commands that might come in handy.
118
+ ## ----------------------------------------------------------------------------
119
+
120
+ alias gckmsd='gcloud kms decrypt' # Decrypt ciphertext (to a plaintext file) using a Cloud Key Management Service (Cloud KMS) key.
121
+ alias gclll='gcloud logging logs list' # List your project's logs.
122
+ alias gcsqlb='gcloud sql backups describe' # Display info about a Cloud SQL instance backup.
123
+ alias gcsqle='gcloud sql export sql' # Export data from a Cloud SQL instance to a SQL file.
124
+ fi