@sebastienrousseau/dotfiles 0.2.464 → 0.2.466

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 (174) hide show
  1. package/LICENSE +20 -17
  2. package/README.md +210 -382
  3. package/dist/Makefile +2 -2
  4. package/dist/bin/constants.d.ts +2 -2
  5. package/dist/bin/constants.d.ts.map +1 -1
  6. package/dist/bin/constants.js +1 -1
  7. package/dist/bin/constants.js.map +1 -1
  8. package/dist/filesizes.txt +170 -144
  9. package/dist/lib/README.md +6 -1
  10. package/dist/lib/aliases/README.md +51 -0
  11. package/dist/lib/aliases/archives/README.md +39 -67
  12. package/dist/lib/aliases/archives/archives.aliases.sh +128 -60
  13. package/dist/lib/aliases/cd/README.md +26 -9
  14. package/dist/lib/aliases/cd/cd.aliases.sh +1 -4
  15. package/dist/lib/aliases/chmod/README.md +48 -13
  16. package/dist/lib/aliases/chmod/chmod.aliases.sh +1 -1
  17. package/dist/lib/aliases/clear/README.md +33 -38
  18. package/dist/lib/aliases/clear/clear.aliases.sh +35 -33
  19. package/dist/lib/aliases/configuration/README.md +26 -37
  20. package/dist/lib/aliases/configuration/configuration.aliases.sh +40 -36
  21. package/dist/lib/aliases/default/README.md +26 -52
  22. package/dist/lib/aliases/default/default.aliases.sh +105 -44
  23. package/dist/lib/aliases/dig/README.md +23 -40
  24. package/dist/lib/aliases/dig/dig.aliases.sh +26 -29
  25. package/dist/lib/aliases/disk-usage/README.md +32 -0
  26. package/dist/lib/aliases/disk-usage/du.aliases.sh +84 -0
  27. package/dist/lib/aliases/editor/README.md +35 -33
  28. package/dist/lib/aliases/editor/editor.aliases.sh +13 -39
  29. package/dist/lib/aliases/find/README.md +42 -29
  30. package/dist/lib/aliases/find/find.aliases.sh +52 -26
  31. package/dist/lib/aliases/gcloud/README.md +59 -148
  32. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +327 -138
  33. package/dist/lib/aliases/git/README.md +149 -0
  34. package/dist/lib/aliases/git/git.aliases.sh +535 -131
  35. package/dist/lib/aliases/gnu/README.md +85 -0
  36. package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +143 -109
  37. package/dist/lib/aliases/heroku/README.md +426 -0
  38. package/dist/lib/aliases/heroku/heroku.aliases.sh +1047 -288
  39. package/dist/lib/aliases/interactive/README.md +43 -0
  40. package/dist/lib/aliases/interactive/interactive.aliases.sh +48 -9
  41. package/dist/lib/aliases/jekyll/README.md +37 -0
  42. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +49 -10
  43. package/dist/lib/aliases/list/README.md +38 -0
  44. package/dist/lib/aliases/list/list.aliases.sh +81 -30
  45. package/dist/lib/aliases/macOS/README.md +38 -0
  46. package/dist/lib/aliases/macOS/macos.aliases.sh +65 -0
  47. package/dist/lib/aliases/make/README.md +28 -0
  48. package/dist/lib/aliases/make/make.aliases.sh +30 -10
  49. package/dist/lib/aliases/mkdir/README.md +26 -0
  50. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +24 -8
  51. package/dist/lib/aliases/npm/README.md +37 -0
  52. package/dist/lib/aliases/npm/npm.aliases.sh +54 -17
  53. package/dist/lib/aliases/permission/README.md +43 -0
  54. package/dist/lib/aliases/permission/permission.aliases.sh +73 -0
  55. package/dist/lib/aliases/pnpm/README.md +49 -0
  56. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +70 -36
  57. package/dist/lib/aliases/ps/README.md +25 -0
  58. package/dist/lib/aliases/ps/ps.aliases.sh +14 -6
  59. package/dist/lib/aliases/rsync/README.md +21 -0
  60. package/dist/lib/aliases/rsync/rsync.aliases.sh +10 -4
  61. package/dist/lib/aliases/rust/README.md +57 -0
  62. package/dist/lib/aliases/rust/rust.aliases.sh +116 -39
  63. package/dist/lib/aliases/subversion/README.md +62 -0
  64. package/dist/lib/aliases/subversion/subversion.aliases.sh +4 -3
  65. package/dist/lib/aliases/sudo/README.md +23 -0
  66. package/dist/lib/aliases/sudo/sudo.aliases.sh +15 -6
  67. package/dist/lib/aliases/tmux/README.md +27 -0
  68. package/dist/lib/aliases/tmux/tmux.aliases.sh +29 -10
  69. package/dist/lib/aliases/update/README.md +34 -0
  70. package/dist/lib/aliases/update/update.aliases.sh +57 -26
  71. package/dist/lib/aliases/uuid/README.md +20 -0
  72. package/dist/lib/aliases/uuid/uuid.aliases.sh +13 -4
  73. package/dist/lib/aliases/wget/README.md +23 -0
  74. package/dist/lib/aliases/wget/wget.aliases.sh +15 -6
  75. package/dist/lib/aliases.sh +4 -3
  76. package/dist/lib/configurations/README.md +13 -2
  77. package/dist/lib/configurations/bash/bashrc +4 -3
  78. package/dist/lib/configurations/curl/curlrc +2 -2
  79. package/dist/lib/configurations/default/color.sh +3 -2
  80. package/dist/lib/configurations/default/constants.sh +4 -3
  81. package/dist/lib/configurations/default/editor.sh +3 -2
  82. package/dist/lib/configurations/default/prompt.sh +3 -2
  83. package/dist/lib/configurations/input/inputrc +2 -2
  84. package/dist/lib/configurations/nano/nanorc +2 -2
  85. package/dist/lib/configurations/profile/profile +2 -2
  86. package/dist/lib/configurations/tmux/default +2 -2
  87. package/dist/lib/configurations/tmux/display +6 -2
  88. package/dist/lib/configurations/tmux/linux +2 -2
  89. package/dist/lib/configurations/tmux/navigation +2 -2
  90. package/dist/lib/configurations/tmux/panes +2 -2
  91. package/dist/lib/configurations/tmux/theme +3 -3
  92. package/dist/lib/configurations/tmux/tmux +2 -2
  93. package/dist/lib/configurations/tmux/vi +2 -2
  94. package/dist/lib/configurations/vim/vimrc +1 -1
  95. package/dist/lib/configurations/wget/wgetrc +2 -2
  96. package/dist/lib/configurations/zsh/zshrc +2 -2
  97. package/dist/lib/configurations.sh +4 -3
  98. package/dist/lib/functions/README.md +73 -2
  99. package/dist/lib/functions/cdls.sh +3 -2
  100. package/dist/lib/functions/curlheader.sh +3 -2
  101. package/dist/lib/functions/curlstatus.sh +17 -0
  102. package/dist/lib/functions/curltime.sh +4 -3
  103. package/dist/lib/functions/encode64.sh +3 -2
  104. package/dist/lib/functions/environment.sh +3 -2
  105. package/dist/lib/functions/extract.sh +3 -2
  106. package/dist/lib/functions/filehead.sh +1 -1
  107. package/dist/lib/functions/freespace.sh +21 -0
  108. package/dist/lib/functions/genpwd.sh +33 -7
  109. package/dist/lib/functions/goto.sh +3 -2
  110. package/dist/lib/functions/hidehiddenfiles.sh +3 -2
  111. package/dist/lib/functions/hostinfo.sh +3 -2
  112. package/dist/lib/functions/hstats.sh +3 -2
  113. package/dist/lib/functions/httpdebug.sh +3 -2
  114. package/dist/lib/functions/keygen.sh +20 -13
  115. package/dist/lib/functions/last.sh +3 -2
  116. package/dist/lib/functions/logout.sh +3 -2
  117. package/dist/lib/functions/lowercase.sh +3 -2
  118. package/dist/lib/functions/matrix.sh +15 -14
  119. package/dist/lib/functions/mount_read_only.sh +3 -2
  120. package/dist/lib/functions/myproc.sh +4 -3
  121. package/dist/lib/functions/prependpath.sh +3 -2
  122. package/dist/lib/functions/ql.sh +3 -2
  123. package/dist/lib/functions/rd.sh +3 -2
  124. package/dist/lib/functions/remove_disk.sh +3 -2
  125. package/dist/lib/functions/ren.sh +3 -2
  126. package/dist/lib/functions/showhiddenfiles.sh +3 -2
  127. package/dist/lib/functions/size.sh +3 -2
  128. package/dist/lib/functions/stopwatch.sh +4 -3
  129. package/dist/lib/functions/uppercase.sh +3 -2
  130. package/dist/lib/functions/view-source.sh +3 -2
  131. package/dist/lib/functions/vscode.sh +3 -2
  132. package/dist/lib/functions/whoisport.sh +3 -2
  133. package/dist/lib/functions/zipf.sh +3 -2
  134. package/dist/lib/functions.sh +4 -3
  135. package/dist/lib/history.sh +4 -4
  136. package/dist/lib/paths/ant/ant.paths.sh +3 -2
  137. package/dist/lib/paths/default/default.paths.sh +3 -2
  138. package/dist/lib/paths/homebrew/homebrew.paths.sh +3 -2
  139. package/dist/lib/paths/java/java.paths.sh +3 -2
  140. package/dist/lib/paths/maven/maven.paths.sh +3 -2
  141. package/dist/lib/paths/node/node.paths.sh +3 -2
  142. package/dist/lib/paths/nvm/nvm.paths.sh +3 -2
  143. package/dist/lib/paths/pnpm/pnpm.paths.sh +3 -2
  144. package/dist/lib/paths/python/python.paths.sh +3 -2
  145. package/dist/lib/paths/ruby/ruby.paths.sh +3 -2
  146. package/dist/lib/paths/tmux/tmux.paths.sh +3 -2
  147. package/dist/lib/paths.sh +4 -3
  148. package/dist/scripts/backup.sh +3 -2
  149. package/dist/scripts/banner.sh +3 -2
  150. package/dist/scripts/build.sh +3 -2
  151. package/dist/scripts/clean.sh +3 -2
  152. package/dist/scripts/compile.sh +3 -2
  153. package/dist/scripts/copy.sh +3 -2
  154. package/dist/scripts/dotfiles.sh +3 -2
  155. package/dist/scripts/download.sh +3 -2
  156. package/dist/scripts/help.sh +3 -2
  157. package/dist/scripts/ssh.sh +3 -2
  158. package/dist/scripts/unpack.sh +3 -2
  159. package/package.json +7 -7
  160. package/dist/lib/aliases/du/README.md +0 -35
  161. package/dist/lib/aliases/du/du.aliases.sh +0 -37
  162. package/dist/lib/functions/changediskpwd.tmp +0 -19
  163. package/dist/lib/functions/code.tmp +0 -18
  164. package/dist/lib/functions/countdown.tmp +0 -34
  165. package/dist/lib/functions/headers.tmp +0 -4
  166. package/dist/lib/functions/history-all.tmp +0 -8
  167. package/dist/lib/functions/macos.sh +0 -47
  168. package/dist/lib/functions/mcd.tmp +0 -19
  169. package/dist/lib/functions/print.tmp +0 -14
  170. package/dist/lib/functions/rm.tmp +0 -14
  171. package/dist/lib/functions/rps.tmp +0 -104
  172. package/dist/lib/functions/trash.tmp +0 -14
  173. package/dist/lib/functions/tree.tmp +0 -14
  174. package/dist/lib/functions/uuidgen.tmp +0 -28
@@ -0,0 +1,426 @@
1
+ <!-- markdownlint-disable MD033 MD041 -->
2
+
3
+ <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
+ alt="dotfiles logo" width="261" align="right" />
5
+
6
+ <!-- markdownlint-enable MD033 MD041 -->
7
+
8
+ # Dotfiles (v0.2.466)
9
+
10
+ Simply designed to fit your shell life 🐚
11
+
12
+ ![Dotfiles banner][banner]
13
+
14
+ ## 🅷🅴🆁🅾🅺🆄 🅰🅻🅸🅰🆂🅴🆂
15
+
16
+ This is a collection of aliases for the
17
+ [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
18
+
19
+ ### 1. Heroku Core aliases
20
+
21
+ #### 1.1 Heroku Access aliases
22
+
23
+ - `hkk` Heroku CLI command shortcut.
24
+ - `hka` Add new users to your app.
25
+ - `hkau` Update existing collaborators on an team app.
26
+ - `hkh` Display help for heroku.
27
+ - `hkj` Add yourself to a team app.
28
+ - `hkl` List all the commands.
29
+ - `hkla` List who has access to an app.
30
+ - `hklg` Display recent log output.
31
+ - `hkn` Display notifications.
32
+ - `hko` List the teams that you are a member of.
33
+ - `hkoo` Open the team interface in a browser.
34
+ - `hkp` Open a psql shell to the database.
35
+ - `hkq` Remove yourself from a team app.
36
+ - `hkr` Remove users from a team app.
37
+ - `hkrg` List available regions for deployment.
38
+ - `hks` Display current status of the Heroku platform.
39
+ - `hkt` List the teams that you are a member of.
40
+ - `hku` Update the heroku CLI.
41
+ - `hkulk` Unlock an app so any team member can join.
42
+ - `hkw` Show which plugin a command is in
43
+
44
+ #### 1.2 Heroku Add-ons aliases
45
+
46
+ - `hkada` Attach an existing add-on resource to an app
47
+ - `hkadc` Create a new add-on resource
48
+ - `hkadd` Detach an existing add-on resource from an app
49
+ - `hkaddoc` Open an add-on's Dev Center documentation in your browser
50
+ - `hkaddown` Change add-on plan
51
+ - `hkadi` Show detailed add-on resource and attachment information
52
+ - `hkadk` Permanently destroy an add-on resource
53
+ - `hkadl` Lists your add-ons and attachments
54
+ - `hkado` Open an add-on's dashboard in your browser
55
+ - `hkadp` List all available plans for an add-on services
56
+ - `hkadr` Rename an add-on
57
+ - `hkads` List all available add-on services
58
+ - `hkadu` Change add-on plan
59
+ - `hkadw` Show provisioning status of the add-ons on the app
60
+
61
+ #### 1.3 Heroku Apps aliases
62
+
63
+ - `hkapc` Creates a new app
64
+ - `hkape` View app errors
65
+ - `hkapfav` List favorites apps
66
+ - `hkapfava` Favorites an app
67
+ - `hkapunfav` Unfavorite an app
68
+ - `hkapi` Show detailed app information
69
+ - `hkapj` Add yourself to a team app
70
+ - `hkapk` Permanently destroy an app
71
+ - `hkapl` List your apps
72
+ - `hkaplk` Prevent team members from joining an app
73
+ - `hkapo` Open the app in a web browser
74
+ - `hkapq` Remove yourself from a team app
75
+ - `hkapr` Rename an app
76
+ - `hkaps` Show the list of available stacks
77
+ - `hkapss` Set the stack of an app
78
+ - `hkapt` Transfer applications to another user or team
79
+ - `hkapulk` Unlock an app so any team member can join
80
+
81
+ #### 1.4 Heroku Auth 2fa aliases
82
+
83
+ - `hk2fa` Display the current logged in user
84
+ - `hk2fad` Disables 2fa on account
85
+ - `hk2fain` Login with your Heroku credentials
86
+ - `hk2faout` Clears local login credentials and invalidates API session
87
+ - `hk2fas` Check 2fa status
88
+ - `hk2fat` Outputs current CLI authentication token
89
+
90
+ #### 1.5 Heroku Authorizations aliases
91
+
92
+ - `hkauc` Create a new OAuth authorization
93
+ - `hkaui` Show an existing OAuth authorization
94
+ - `hkaul` List OAuth authorizations.
95
+ - `hkaur` Revoke OAuth authorization.
96
+ - `hkauro` Updates an OAuth authorization token.
97
+ - `hkauu` Updates an OAuth authorization
98
+
99
+ #### 1.6 Heroku Build packs aliases
100
+
101
+ - `hkbpac` Display autocomplete installation instructions
102
+ - `hkbpad` Add new app build-pack, inserting into list of build-packs if
103
+ necessary
104
+ - `hkbpcl` Clear all build-packs set on the app
105
+ - `hkbpi` Fetch info about a build-pack
106
+ - `hkbpl` Display the build-packs for an app
107
+ - `hkbpr` Remove a build-pack set on the app
108
+ - `hkbps` Search for build-packs
109
+ - `hkbpv` List versions of a build-pack.
110
+
111
+ #### 1.7 Heroku Certs aliases
112
+
113
+ - `hkca` Show ACM status for an app
114
+ - `hkcad` Add an SSL certificate to an app
115
+ - `hkcae` Enable ACM status for an app
116
+ - `hkcak` Disable ACM for an app
117
+ - `hkcar` Refresh ACM for an app
118
+ - `hkcc` Print an ordered & complete chain for a certificate
119
+ - `hkcg` Generate a key and a CSR or self-signed certificate
120
+ - `hkci` Show certificate information for an SSL certificate
121
+ - `hkck` Print the correct key for the given certificate
122
+ - `hkcl` List SSL certificates for an app
123
+ - `hkcr` Remove an SSL certificate from an app
124
+ - `hkcu` Update an SSL certificate on an app
125
+
126
+ #### 1.8 Heroku ci aliases
127
+
128
+ - `hkcicg` Get a CI config var
129
+ - `hkcics` Set CI config vars
130
+ - `hkcicu` Unset CI config vars
131
+ - `hkcicv` Display CI config vars
132
+ - `hkcid` Opens an interactive test debugging session with the contents
133
+ of the current directory
134
+ - `hkcie` Looks for the most recent run and returns the output of that
135
+ run
136
+ - `hkcii` Show the status of a specific test run
137
+ - `hkcil` Display the most recent CI runs for the given pipeline
138
+ - `hkcim` 'app-ci.json' is deprecated. Run this command to migrate to
139
+ app.json with an environments key
140
+ - `hkcio` Open the Dashboard version of Heroku CI
141
+ - `hkcir` Run tests against current directory
142
+ - `hkcir2` Rerun tests against current directory
143
+
144
+ #### 1.9 Heroku config aliases
145
+
146
+ - `hkclc` Create a new OAuth client
147
+ - `hkcli` Show details of an oauth client
148
+ - `hkclk` Delete client by ID
149
+ - `hkcll` List your OAuth clients
150
+ - `hkcls` Rotate OAuth client secret
151
+ - `hkclu` Update OAuth client.
152
+
153
+ ### 2. Heroku Configuration aliases
154
+
155
+ - `hkcfe` Interactively edit config vars
156
+ - `hkcfg` Display a single config value for an app
157
+ - `hkcfs` Set one or more config vars
158
+ - `hkcfu` Unset one or more config vars
159
+ - `hkcfv` Display the config vars for an app
160
+
161
+ #### 2.1 Heroku Container aliases
162
+
163
+ - `hkct` Use containers to build and deploy Heroku apps
164
+ - `hkctin` Log in to Heroku Container Registry
165
+ - `hkctout` Log out from Heroku Container Registry
166
+ - `hkctpull` Pulls an image from an app's process type
167
+ - `hkctpush` Builds, then pushes Docker images to deploy your Heroku app
168
+ - `hkctrelease` Releases previously pushed Docker images to your Heroku
169
+ app
170
+ - `hkctrm` Remove the process type from your app
171
+ - `hkctrun` Builds, then runs the docker image locally
172
+
173
+ #### 2.2 Heroku Domains aliases
174
+
175
+ - `hkdo` List domains for an app
176
+ - `hkdoa` Add a domain to an app
177
+ - `hkdoc` Remove all domains from an app
178
+ - `hkdoi` Show detailed information for a domain on an app
179
+ - `hkdor` Remove a domain from an app
180
+ - `hkdou` Update a domain to use a different SSL certificate on an app
181
+ - `hkdow` Wait for domain to be active for an app
182
+
183
+ #### 2.3 Heroku Drains aliases
184
+
185
+ - `hkdr` Display the log drains of an app
186
+ - `hkdra` Adds a log drain to an app
187
+ - `hkdrr` Removes a log drain from an app
188
+
189
+ #### 2.4 Heroku Dyno aliases
190
+
191
+ - `hkdyk` Stop app dyno
192
+ - `hkdyrz` Manage dyno sizes
193
+ - `hkdyrs` Restart app dynos
194
+ - `hkdysc` Scale dyno quantity up or down
195
+ - `hkdyst` Stop app dyno
196
+
197
+ #### 2.5 Heroku Features aliases
198
+
199
+ - `hkfeat` List available app features
200
+ - `hkfeatd` Disables an app feature
201
+ - `hkfeate` Enables an app feature
202
+ - `hkfeati` Display information about a feature
203
+
204
+ #### 2.6 Heroku Git aliases
205
+
206
+ - `hkgitc` Clones a heroku app to your local machine at DIRECTORY
207
+ (defaults to app name)
208
+ - `hkgitr` Adds a git remote to an app repo
209
+
210
+ #### 2.7 Heroku Keys aliases
211
+
212
+ - `hkk` Display your SSH keys
213
+ - `hkka` Add an SSH key for a user
214
+ - `hkkcl` Remove all SSH keys for current user
215
+ - `hkkr` Remove an SSH key from the user
216
+
217
+ #### 2.8 Heroku Labs aliases
218
+
219
+ - `hklab` List experimental features
220
+ - `hklabd` Disables an experimental feature
221
+ - `hklabe` Enables an experimental feature
222
+ - `hklabi` Show feature info
223
+
224
+ ### 3. Heroku Advanced aliases
225
+
226
+ #### 3.1 Heroku Local aliases
227
+
228
+ - `hkloc` Run heroku app locally
229
+ - `hklocr` Run a one-off command
230
+ - `hklocv` Display node-foreman version
231
+ - `hkloclk` Prevent team members from joining an app
232
+
233
+ #### 3.2 Heroku Maintenance aliases
234
+
235
+ - `hkmt` Display the current maintenance status of app
236
+ - `hkmtoff` Take the app out of maintenance mode
237
+ - `hkmton` Put the app into maintenance mode
238
+
239
+ #### 3.3 Heroku Members aliases
240
+
241
+ - `hkmb` List members of a team
242
+ - `hkmba` Adds a user to a team
243
+ - `hkmbr` Removes a user from a team
244
+ - `hkmbs` Sets a members role in a team.
245
+
246
+ #### 3.4 Heroku Postgres aliases
247
+
248
+ - `hkpg` Show database information
249
+ - `hkpgb` Show table and index bloat in your database ordered by most
250
+ wasteful
251
+ - `hkpgbk` List database backups
252
+ - `hkpgbkcl` Cancel an in-progress backup or restore (default newest)
253
+ - `hkpgbkc` Capture a new backup
254
+ - `hkpgbkdl` Delete a backup
255
+ - `hkpgbkdw` Downloads database backup
256
+ - `hkpgbki` Get information about a specific backup
257
+ - `hkpgbkr` Restore a backup (default latest) to a database
258
+ - `hkpgbks` Schedule daily backups for given database
259
+ - `hkpgbksh` List backup schedule
260
+ - `hkpgbkurl` Get secret but publicly accessible URL of a backup
261
+ - `hkpgbkk` Stop daily backups
262
+ - `hkpgblk` Display queries holding locks other queries are waiting to
263
+ be released
264
+ - `hkpgc` Copy all data from source db to target
265
+ - `hkpgcpa` Add an attachment to a database using connection pooling
266
+ - `hkpgcr` Show information on credentials in the database
267
+ - `hkpgcrc` Create credential within database
268
+ - `hkpgcrd` Destroy credential within database
269
+ - `hkpgcrr` Rotate the database credentials
270
+ - `hkpgcrrd` Repair the permissions of the default credential within
271
+ database
272
+ - `hkpgcrurl` Show information on a database credential
273
+ - `hkpgdg` Run or view diagnostics report
274
+ - `hkpgi` Show database information
275
+ - `hkpgk` Kill a query
276
+ - `hkpgka` Terminates all connections for all credentials
277
+ - `hkpglks` Display queries with active locks
278
+ - `hkpglnk` Lists all databases and information on link
279
+ - `hkpglnkc` Create a link between data stores
280
+ - `hkpglnkd` Destroys a link between data stores
281
+ - `hkpgmt` heroku pg:maintenance'
282
+ - `hkpgmtr` Start maintenance
283
+ - `hkpgmtw` Set weekly maintenance window
284
+ - `hkpgo` Show 10 queries that have longest execution time in aggregate
285
+ - `hkpgp` Sets DATABASE as your DATABASE_URL
286
+ - `hkpgps` View active queries with execution time
287
+ - `hkpgpsql` Open a psql shell to the database
288
+ - `hkpgpull` Pull Heroku database into local or remote database
289
+ - `hkpgpush` Push local or remote into Heroku database
290
+ - `hkpgreset` Delete all data in DATABASE
291
+ - `hkpgset` Show your current database settings
292
+ - `hkpgsetllw` Controls whether a log message is produced when a session
293
+ waits longer than the deadlock_timeout to acquire a lock.
294
+ - `hkpgsetlmds` The duration of each completed statement will be logged
295
+ if the statement completes after the time specified by VALUE
296
+ - `hkpgsetlgs` 'log_statement' controls which SQL statements are logged
297
+ - `hkpguf` Stop a replica from following and make it a writeable
298
+ database
299
+ - `hkpgup` Unfollow a database and upgrade it to the latest stable
300
+ PostgreSQL version
301
+ - `hkpgvs` Show dead rows and whether an automatic vacuum is expected
302
+ to be triggered
303
+ - `hkpgww` Blocks until database is available
304
+
305
+ #### 3.5 Heroku Pipelines aliases
306
+
307
+ - `hkpipe` List pipelines you have access to
308
+ - `hkpipea` Add this app to a pipeline
309
+ - `hkpipec` Create a new pipeline
310
+ - `hkpipect` Connect a github repo to an existing pipeline
311
+ - `hkpipediff` Compares the latest release of this app to its downstream
312
+ app(s)
313
+ - `hkpipei` Show list of apps in a pipeline
314
+ - `hkpipek` Destroy a pipeline
315
+ - `hkpipeo` Open a pipeline in dashboard
316
+ - `hkpipep` Promote the latest release of this app to its downstream
317
+ app(s)
318
+ - `hkpiper` heroku pipelines:remove'Remove this app from its pipeline
319
+ - `hkpipern` Rename a pipeline
320
+ - `hkpipes` Bootstrap a new pipeline with common settings and create a
321
+ production and staging app (requires a fully formed app.json in the
322
+ repo)
323
+ - `hkpipett` Transfer ownership of a pipeline
324
+ - `hkpipeu` Update the app's stage in a pipeline
325
+
326
+ #### 3.6 Heroku Plugins aliases
327
+
328
+ - `hkplugs` List installed plugins
329
+ - `hkplugsi` Installs a plugin into the CLI
330
+ - `hkplugslk` Links a plugin into the CLI for development
331
+ - `hkplugsui` Removes a plugin from the CLI
332
+ - `hkplugsu` Update installed plugins
333
+
334
+ #### 3.7 Heroku 'ps' aliases
335
+
336
+ - `hkpsad` Disable web dyno autoscaling
337
+ - `hkps` List dynos for an app
338
+ - `hkpsae` Enable web dyno autoscaling
339
+ - `hkpsc` Copy a file from a dyno to the local filesystem
340
+ - `hkpse` Create an SSH session to a dyno
341
+ - `hkpsf` Forward traffic on a local port to a dyno
342
+ - `hkpsk` Stop app dyno
343
+ - `hkpsr` Restart app dynos
344
+ - `hkpsrs` Manage dyno sizes
345
+ - `hkpss` Stop app dyno
346
+ - `hkpssc` Scale dyno quantity up or down
347
+ - `hkpssck` Launch a SOCKS proxy into a dyno
348
+ - `hkpst` Manage dyno sizes
349
+ - `hkpsw` Wait for all dynos to be running latest version after a
350
+ release
351
+
352
+ #### 3.8 Heroku redis aliases
353
+
354
+ - `hkred` Gets information about redis
355
+ - `hkredcli` Opens a redis prompt
356
+ - `hkredcr` Display credentials information
357
+ - `hkredi` Gets information about redis
358
+ - `hkredkn` Set the keyspace notifications configuration
359
+ - `hkredmm` Set the key eviction policy
360
+ - `hkredmt` Manage maintenance windows
361
+ - `hkredp` Sets DATABASE as your REDIS_URL
362
+ - `hkredsr` Reset all stats covered by RESETSTAT
363
+ (<https://redis.io/commands/config-resetstat>)
364
+ - `hkredt` Set the number of seconds to wait before killing idle
365
+ connections
366
+ - `hkredw` Wait for Redis instance to be available
367
+
368
+ #### 3.9 Heroku Releases aliases
369
+
370
+ - `hkrel` Display the releases for an app
371
+ - `hkreli` View detailed information for a release
372
+ - `hkrelo` View the release command output
373
+ - `hkrelr` Rollback to a previous release
374
+
375
+ #### 3.10.1 Heroku Spaces aliases
376
+
377
+ - `hkrvae` Enable review apps and/or settings on an existing pipeline
378
+ - `hkrvad` Disable review apps and/or settings on an existing pipeline
379
+
380
+ #### 3.10.2 Heroku Run aliases
381
+
382
+ - `hkrun` Run a one-off process inside a heroku dyno
383
+ - `hkrund` Run a detached dyno, where output is sent to your logs
384
+
385
+ #### 3.10.3 Heroku Sessions aliases
386
+
387
+ - `hksessions` List your OAuth sessions
388
+ - `hksessionsd` Delete (logout) OAuth session by ID
389
+
390
+ #### 3.10.4 Heroku Spaces aliases
391
+
392
+ - `hksp` List available spaces
393
+ - `hkspc` Create a new space
394
+ - `hkspd` Destroy a space
395
+ - `hkspi` Show info about a space
396
+ - `hksppi` Display the information necessary to initiate a peering
397
+ connection
398
+ - `hkspp` List peering connections for a space
399
+ - `hksppa` Accepts a pending peering request for a private space
400
+ - `hksppd` Destroys an active peering connection in a private space
401
+ - `hkspps` List dynos for a space
402
+ - `hkspr` Renames a space
403
+ - `hksptop` Show space topology
404
+ - `hkspt` Transfer a space to another team
405
+ - `hkspconf` Display the configuration information for VPN
406
+ - `hkspvc` Create VPN
407
+ - `hkspvcs` List the VPN Connections for a space
408
+ - `hkspvk` Destroys VPN in a private space
409
+ - `hkspvi` Display the information for VPN
410
+ - `hkspvu` Update VPN
411
+ - `hkspvw` Wait for VPN Connection to be created
412
+ - `hkspw` Wait for a space to be created
413
+
414
+ #### 3.10.5 Heroku Webhooks aliases
415
+
416
+ - `hkwh` List webhooks on an app
417
+ - `hkwha` Add a webhook to an app
418
+ - `hkwhdv` List webhook deliveries on an app
419
+ - `hkwhdvi` Info for a webhook event on an app
420
+ - `hkwhev` List webhook events on an app
421
+ - `hkwhevi` Info for a webhook event on an app
422
+ - `hkwhi` Info for a webhook on an app
423
+ - `hkwhr` Removes a webhook from an app
424
+ - `hkwhu` Updates a webhook in an app
425
+
426
+ [banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg