@sebastienrousseau/dotfiles 0.2.462 → 0.2.464
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.
- package/README.md +5 -5
- package/dist/Makefile +2 -2
- package/dist/bin/constants.d.ts +2 -2
- package/dist/bin/constants.js +1 -1
- package/dist/filesizes.txt +109 -87
- package/dist/lib/aliases/archives/README.md +84 -0
- package/dist/lib/aliases/archives/archives.aliases.sh +63 -19
- package/dist/lib/aliases/cd/README.md +46 -0
- package/dist/lib/aliases/cd/cd.aliases.sh +42 -0
- package/dist/lib/aliases/chmod/README.md +70 -0
- package/dist/lib/aliases/chmod/chmod.aliases.sh +73 -0
- package/dist/lib/aliases/clear/README.md +38 -0
- package/dist/lib/aliases/clear/clear.aliases.sh +36 -19
- package/dist/lib/aliases/configuration/README.md +46 -0
- package/dist/lib/aliases/configuration/configuration.aliases.sh +39 -8
- package/dist/lib/aliases/default/README.md +62 -0
- package/dist/lib/aliases/default/default.aliases.sh +59 -35
- package/dist/lib/aliases/dig/README.md +50 -0
- package/dist/lib/aliases/dig/dig.aliases.sh +37 -10
- package/dist/lib/aliases/du/README.md +35 -0
- package/dist/lib/aliases/du/du.aliases.sh +37 -0
- package/dist/lib/aliases/editor/README.md +47 -0
- package/dist/lib/aliases/editor/editor.aliases.sh +36 -3
- package/dist/lib/aliases/find/README.md +29 -0
- package/dist/lib/aliases/find/find.aliases.sh +29 -19
- package/dist/lib/aliases/gcloud/README.md +148 -0
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +142 -120
- package/dist/lib/aliases/git/git.aliases.sh +128 -522
- package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +116 -0
- package/dist/lib/aliases/heroku/heroku.aliases.sh +288 -1028
- package/dist/lib/aliases/interactive/interactive.aliases.sh +2 -2
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +9 -47
- package/dist/lib/aliases/list/list.aliases.sh +30 -28
- package/dist/lib/aliases/make/make.aliases.sh +2 -2
- package/dist/lib/aliases/mkdir/mkdir.aliases.sh +2 -2
- package/dist/lib/aliases/npm/npm.aliases.sh +2 -2
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +3 -3
- package/dist/lib/aliases/ps/ps.aliases.sh +3 -3
- package/dist/lib/aliases/rsync/rsync.aliases.sh +6 -4
- package/dist/lib/aliases/rust/rust.aliases.sh +4 -4
- package/dist/lib/aliases/subversion/subversion.aliases.sh +3 -3
- package/dist/lib/aliases/sudo/sudo.aliases.sh +2 -2
- package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -3
- package/dist/lib/aliases/update/update.aliases.sh +7 -7
- package/dist/lib/aliases/uuid/uuid.aliases.sh +3 -3
- package/dist/lib/aliases/wget/wget.aliases.sh +3 -3
- package/dist/lib/aliases.sh +6 -3
- package/dist/lib/configurations/bash/bashrc +4 -3
- package/dist/lib/configurations/curl/curlrc +2 -2
- package/dist/lib/configurations/default/color.sh +2 -2
- package/dist/lib/configurations/default/constants.sh +3 -3
- package/dist/lib/configurations/default/editor.sh +2 -2
- package/dist/lib/configurations/default/prompt.sh +2 -2
- package/dist/lib/configurations/input/inputrc +2 -2
- package/dist/lib/configurations/nano/nanorc +2 -2
- package/dist/lib/configurations/profile/profile +2 -2
- package/dist/lib/configurations/tmux/default +2 -2
- package/dist/lib/configurations/tmux/display +2 -2
- package/dist/lib/configurations/tmux/linux +2 -2
- package/dist/lib/configurations/tmux/navigation +2 -2
- package/dist/lib/configurations/tmux/panes +2 -2
- package/dist/lib/configurations/tmux/theme +3 -3
- package/dist/lib/configurations/tmux/tmux +2 -2
- package/dist/lib/configurations/tmux/vi +5 -2
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +2 -2
- package/dist/lib/configurations/zsh/zshrc +4 -3
- package/dist/lib/configurations.sh +6 -3
- package/dist/lib/functions/cdls.sh +2 -2
- package/dist/lib/functions/changediskpwd.tmp +3 -3
- package/dist/lib/functions/code.tmp +3 -3
- package/dist/lib/functions/countdown.tmp +2 -2
- package/dist/lib/functions/curlheader.sh +2 -2
- package/dist/lib/functions/curltime.sh +3 -3
- package/dist/lib/functions/encode64.sh +2 -2
- package/dist/lib/functions/environment.sh +2 -2
- package/dist/lib/functions/extract.sh +2 -2
- package/dist/lib/functions/genpwd.sh +2 -2
- package/dist/lib/functions/goto.sh +2 -2
- package/dist/lib/functions/hidehiddenfiles.sh +2 -2
- package/dist/lib/functions/history-all.tmp +2 -2
- package/dist/lib/functions/hostinfo.sh +2 -2
- package/dist/lib/functions/hstats.sh +2 -2
- package/dist/lib/functions/httpdebug.sh +2 -2
- package/dist/lib/functions/keygen.sh +2 -2
- package/dist/lib/functions/last.sh +2 -2
- package/dist/lib/functions/logout.sh +2 -2
- package/dist/lib/functions/lowercase.sh +2 -2
- package/dist/lib/functions/macos.sh +2 -2
- package/dist/lib/functions/matrix.sh +30 -5
- package/dist/lib/functions/mcd.tmp +2 -2
- package/dist/lib/functions/mount_read_only.sh +2 -2
- package/dist/lib/functions/myproc.sh +2 -2
- package/dist/lib/functions/prependpath.sh +2 -2
- package/dist/lib/functions/print.tmp +2 -2
- package/dist/lib/functions/ql.sh +2 -2
- package/dist/lib/functions/rd.sh +2 -2
- package/dist/lib/functions/remove_disk.sh +2 -2
- package/dist/lib/functions/ren.sh +2 -2
- package/dist/lib/functions/rm.tmp +2 -2
- package/dist/lib/functions/rps.tmp +2 -2
- package/dist/lib/functions/showhiddenfiles.sh +2 -2
- package/dist/lib/functions/size.sh +2 -2
- package/dist/lib/functions/stopwatch.sh +2 -2
- package/dist/lib/functions/trash.tmp +2 -2
- package/dist/lib/functions/tree.tmp +2 -2
- package/dist/lib/functions/uppercase.sh +2 -2
- package/dist/lib/functions/uuidgen.tmp +1 -1
- package/dist/lib/functions/view-source.sh +2 -2
- package/dist/lib/functions/vscode.sh +2 -2
- package/dist/lib/functions/whoisport.sh +2 -2
- package/dist/lib/functions/zipf.sh +2 -2
- package/dist/lib/functions.sh +6 -3
- package/dist/lib/history.sh +30 -33
- package/dist/lib/paths/ant/ant.paths.sh +8 -10
- package/dist/lib/paths/default/default.paths.sh +2 -2
- package/dist/lib/paths/homebrew/homebrew.paths.sh +2 -2
- package/dist/lib/paths/java/java.paths.sh +5 -4
- package/dist/lib/paths/maven/maven.paths.sh +11 -12
- package/dist/lib/paths/node/node.paths.sh +2 -2
- package/dist/lib/paths/nvm/nvm.paths.sh +2 -2
- package/dist/lib/paths/pnpm/pnpm.paths.sh +2 -2
- package/dist/lib/paths/python/python.paths.sh +21 -16
- package/dist/lib/paths/ruby/ruby.paths.sh +2 -2
- package/dist/lib/paths/tmux/tmux.paths.sh +2 -7
- package/dist/lib/paths.sh +6 -3
- package/dist/scripts/backup.sh +2 -2
- package/dist/scripts/banner.sh +2 -2
- package/dist/scripts/build.sh +2 -2
- package/dist/scripts/clean.sh +2 -2
- package/dist/scripts/compile.sh +2 -2
- package/dist/scripts/copy.sh +2 -2
- package/dist/scripts/dotfiles.sh +2 -2
- package/dist/scripts/download.sh +2 -2
- package/dist/scripts/help.sh +2 -2
- package/dist/scripts/ssh.sh +2 -2
- package/dist/scripts/unpack.sh +2 -2
- package/package.json +7 -7
- package/dist/lib/aliases/diskusage/diskusage.aliases.sh +0 -16
- package/dist/lib/aliases/gnu/gnucoreutls-aliases.sh +0 -111
- package/dist/lib/aliases/navigation/navigation.aliases.sh +0 -23
- package/dist/lib/aliases/permission/permission.aliases.sh +0 -28
|
@@ -1,1034 +1,294 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.464) - https://dotfiles.io
|
|
3
3
|
# Made with ♥ in London, UK by @sebastienrousseau
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
# 🅷🅴🆁🅾🅺🆄 🅰🅻🅸🅰🆂🅴🆂 - Heroku aliases.
|
|
8
|
-
if command -v heroku
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
29
|
-
#
|
|
30
|
-
#
|
|
31
|
-
#
|
|
32
|
-
#
|
|
33
|
-
#
|
|
34
|
-
#
|
|
35
|
-
#
|
|
36
|
-
#
|
|
37
|
-
#
|
|
38
|
-
#
|
|
39
|
-
|
|
40
|
-
#
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
#
|
|
53
|
-
alias
|
|
54
|
-
|
|
55
|
-
#
|
|
56
|
-
alias
|
|
57
|
-
|
|
58
|
-
#
|
|
59
|
-
alias
|
|
60
|
-
|
|
61
|
-
#
|
|
62
|
-
alias
|
|
63
|
-
|
|
64
|
-
#
|
|
65
|
-
alias
|
|
66
|
-
|
|
67
|
-
#
|
|
68
|
-
alias
|
|
69
|
-
|
|
70
|
-
#
|
|
71
|
-
alias
|
|
72
|
-
|
|
73
|
-
#
|
|
74
|
-
alias
|
|
75
|
-
|
|
76
|
-
#
|
|
77
|
-
alias
|
|
78
|
-
|
|
79
|
-
#
|
|
80
|
-
alias
|
|
81
|
-
|
|
82
|
-
#
|
|
83
|
-
alias
|
|
84
|
-
|
|
85
|
-
#
|
|
86
|
-
alias
|
|
87
|
-
|
|
88
|
-
#
|
|
89
|
-
alias
|
|
90
|
-
|
|
91
|
-
#
|
|
92
|
-
alias
|
|
93
|
-
|
|
94
|
-
#
|
|
95
|
-
alias
|
|
96
|
-
|
|
97
|
-
#
|
|
98
|
-
alias
|
|
99
|
-
|
|
100
|
-
#
|
|
101
|
-
alias
|
|
102
|
-
|
|
103
|
-
#
|
|
104
|
-
alias
|
|
105
|
-
|
|
106
|
-
#
|
|
107
|
-
alias
|
|
108
|
-
|
|
109
|
-
#
|
|
110
|
-
alias
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
alias
|
|
118
|
-
|
|
119
|
-
#
|
|
120
|
-
alias
|
|
121
|
-
|
|
122
|
-
#
|
|
123
|
-
alias
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
alias
|
|
127
|
-
|
|
128
|
-
#
|
|
129
|
-
alias
|
|
130
|
-
|
|
131
|
-
#
|
|
132
|
-
alias
|
|
133
|
-
|
|
134
|
-
#
|
|
135
|
-
alias
|
|
136
|
-
|
|
137
|
-
#
|
|
138
|
-
alias
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
alias
|
|
142
|
-
|
|
143
|
-
#
|
|
144
|
-
alias
|
|
145
|
-
|
|
146
|
-
#
|
|
147
|
-
alias
|
|
148
|
-
|
|
149
|
-
#
|
|
150
|
-
alias
|
|
151
|
-
|
|
152
|
-
#
|
|
153
|
-
alias
|
|
154
|
-
|
|
155
|
-
#
|
|
156
|
-
alias
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
#
|
|
163
|
-
alias
|
|
164
|
-
|
|
165
|
-
#
|
|
166
|
-
alias
|
|
167
|
-
|
|
168
|
-
#
|
|
169
|
-
alias
|
|
170
|
-
|
|
171
|
-
#
|
|
172
|
-
alias
|
|
173
|
-
|
|
174
|
-
#
|
|
175
|
-
alias
|
|
176
|
-
|
|
177
|
-
#
|
|
178
|
-
alias
|
|
179
|
-
|
|
180
|
-
#
|
|
181
|
-
alias
|
|
182
|
-
|
|
183
|
-
#
|
|
184
|
-
alias
|
|
185
|
-
|
|
186
|
-
#
|
|
187
|
-
alias
|
|
188
|
-
|
|
189
|
-
#
|
|
190
|
-
alias
|
|
191
|
-
|
|
192
|
-
#
|
|
193
|
-
alias
|
|
194
|
-
|
|
195
|
-
#
|
|
196
|
-
alias
|
|
197
|
-
|
|
198
|
-
#
|
|
199
|
-
alias
|
|
200
|
-
|
|
201
|
-
#
|
|
202
|
-
alias
|
|
203
|
-
|
|
204
|
-
#
|
|
205
|
-
alias
|
|
206
|
-
|
|
207
|
-
#
|
|
208
|
-
alias
|
|
209
|
-
|
|
210
|
-
#
|
|
211
|
-
alias
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
alias
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
alias
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
alias
|
|
225
|
-
|
|
226
|
-
#
|
|
227
|
-
alias
|
|
228
|
-
|
|
229
|
-
#
|
|
230
|
-
alias
|
|
231
|
-
|
|
232
|
-
#
|
|
233
|
-
alias
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
#
|
|
240
|
-
alias
|
|
241
|
-
|
|
242
|
-
#
|
|
243
|
-
alias
|
|
244
|
-
|
|
245
|
-
#
|
|
246
|
-
alias
|
|
247
|
-
|
|
248
|
-
#
|
|
249
|
-
alias
|
|
250
|
-
|
|
251
|
-
#
|
|
252
|
-
alias
|
|
253
|
-
|
|
254
|
-
#
|
|
255
|
-
alias
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
#
|
|
262
|
-
alias
|
|
263
|
-
|
|
264
|
-
#
|
|
265
|
-
alias
|
|
266
|
-
|
|
267
|
-
#
|
|
268
|
-
alias
|
|
269
|
-
|
|
270
|
-
#
|
|
271
|
-
alias
|
|
272
|
-
|
|
273
|
-
#
|
|
274
|
-
alias
|
|
275
|
-
|
|
276
|
-
#
|
|
277
|
-
alias
|
|
278
|
-
|
|
279
|
-
#
|
|
280
|
-
alias
|
|
281
|
-
|
|
282
|
-
#
|
|
283
|
-
alias
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
#
|
|
290
|
-
alias
|
|
291
|
-
|
|
292
|
-
#
|
|
293
|
-
alias
|
|
294
|
-
|
|
295
|
-
# hkcae: Enable ACM status for an app.
|
|
296
|
-
alias hkcae='heroku certs:auto:enable'
|
|
297
|
-
|
|
298
|
-
# hkcak: Disable ACM for an app.
|
|
299
|
-
alias hkcak='heroku certs:auto:disable'
|
|
300
|
-
|
|
301
|
-
# hkcar: Refresh ACM for an app.
|
|
302
|
-
alias hkcar='heroku certs:auto:refresh'
|
|
303
|
-
|
|
304
|
-
# hkcc: Print an ordered & complete chain for a certificate.
|
|
305
|
-
alias hkcc='heroku certs:chain'
|
|
306
|
-
|
|
307
|
-
# hkcg: Generate a key and a CSR or self-signed certificate.
|
|
308
|
-
alias hkcg='heroku certs:generate'
|
|
309
|
-
|
|
310
|
-
# hkci: Show certificate information for an SSL certificate.
|
|
311
|
-
alias hkci='heroku certs:info'
|
|
312
|
-
|
|
313
|
-
# hkck: Print the correct key for the given certificate.
|
|
314
|
-
alias hkck='heroku certs:key'
|
|
315
|
-
|
|
316
|
-
# hkcl: List SSL certificates for an app.
|
|
317
|
-
alias hkcl='heroku certs'
|
|
318
|
-
|
|
319
|
-
# hkcr: Remove an SSL certificate from an app.
|
|
320
|
-
alias hkcr='heroku certs:remove'
|
|
321
|
-
|
|
322
|
-
# hkcu: Update an SSL certificate on an app.
|
|
323
|
-
alias hkcu='heroku certs:update'
|
|
324
|
-
|
|
325
|
-
## ----------------------------------------------------------------------------
|
|
326
|
-
## 1.8 Heroku ci aliases
|
|
327
|
-
## ----------------------------------------------------------------------------
|
|
328
|
-
|
|
329
|
-
# hkcicg: Get a CI config var.
|
|
330
|
-
alias hkcicg='heroku ci:config:get'
|
|
331
|
-
|
|
332
|
-
# hkcics: Set CI config vars.
|
|
333
|
-
alias hkcics='heroku ci:config:set'
|
|
334
|
-
|
|
335
|
-
# hkcicu: Unset CI config vars.
|
|
336
|
-
alias hkcicu='heroku ci:config:unset'
|
|
337
|
-
|
|
338
|
-
# hkcicv: Display CI config vars.
|
|
339
|
-
alias hkcicv=' ci:config'
|
|
340
|
-
|
|
341
|
-
# hkcid: Opens an interactive test debugging session with the contents of the current directory.
|
|
342
|
-
alias hkcid='heroku ci:debug'
|
|
343
|
-
|
|
344
|
-
# hkcie: Looks for the most recent run and returns the output of that run.
|
|
345
|
-
alias hkcie='heroku ci:last'
|
|
346
|
-
|
|
347
|
-
# hkcii: Show the status of a specific test run.
|
|
348
|
-
alias hkcii='heroku ci:info'
|
|
349
|
-
|
|
350
|
-
# hkcil: Display the most recent CI runs for the given pipeline.
|
|
351
|
-
alias hkcil='heroku ci'
|
|
352
|
-
|
|
353
|
-
# hkcim: 'app-ci.json' is deprecated. Run this command to migrate to app.json with an environments key.
|
|
354
|
-
alias hkcim='heroku ci:migrate-manifest'
|
|
355
|
-
|
|
356
|
-
# hkcio: Open the Dashboard version of Heroku CI.
|
|
357
|
-
alias hkcio='heroku ci:open'
|
|
358
|
-
|
|
359
|
-
# hkcir: Run tests against current directory.
|
|
360
|
-
alias hkcir='heroku ci:run'
|
|
361
|
-
|
|
362
|
-
# hkcir2: Rerun tests against current directory.
|
|
363
|
-
alias hkcir2='heroku ci:rerun'
|
|
364
|
-
|
|
365
|
-
## ----------------------------------------------------------------------------
|
|
366
|
-
## 1.9 Heroku config aliases
|
|
367
|
-
## ----------------------------------------------------------------------------
|
|
368
|
-
|
|
369
|
-
# hkclc: Create a new OAuth client.
|
|
370
|
-
alias hkclc='heroku clients:create'
|
|
371
|
-
|
|
372
|
-
# hkcli: Show details of an oauth client.
|
|
373
|
-
alias hkcli='heroku clients:info'
|
|
374
|
-
|
|
375
|
-
# hkclk: Delete client by ID.
|
|
376
|
-
alias hkclk='heroku clients:destroy'
|
|
377
|
-
|
|
378
|
-
# hkcll: List your OAuth clients.
|
|
379
|
-
alias hkcll='heroku clients'
|
|
380
|
-
|
|
381
|
-
# hkcls: Rotate OAuth client secret.
|
|
382
|
-
alias hkcls='heroku clients:rotate'
|
|
383
|
-
|
|
384
|
-
# hkclu: Update OAuth client. |
|
|
385
|
-
alias hkclu='heroku clients:update'
|
|
386
|
-
|
|
387
|
-
## ----------------------------------------------------------------------------
|
|
388
|
-
## 2. Heroku Configuration aliases
|
|
389
|
-
## ----------------------------------------------------------------------------
|
|
390
|
-
|
|
391
|
-
# hkcfe: Interactively edit config vars.
|
|
392
|
-
alias hkcfe='heroku config:edit'
|
|
393
|
-
|
|
394
|
-
# hkcfg: Display a single config value for an app.
|
|
395
|
-
alias hkcfg='heroku config:get'
|
|
396
|
-
|
|
397
|
-
# hkcfs: Set one or more config vars.
|
|
398
|
-
alias hkcfs='heroku config:set'
|
|
399
|
-
|
|
400
|
-
# hkcfu: Unset one or more config vars.
|
|
401
|
-
alias hkcfu='heroku config:unset'
|
|
402
|
-
|
|
403
|
-
# hkcfv: Display the config vars for an app.
|
|
404
|
-
alias hkcfv='heroku config'
|
|
405
|
-
|
|
406
|
-
## ----------------------------------------------------------------------------
|
|
407
|
-
## 2.1 Heroku Container aliases
|
|
408
|
-
## ----------------------------------------------------------------------------
|
|
409
|
-
|
|
410
|
-
# hkct: Use containers to build and deploy Heroku apps.
|
|
411
|
-
alias hkct='heroku container'
|
|
412
|
-
|
|
413
|
-
# hkctin: Log in to Heroku Container Registry.
|
|
414
|
-
alias hkctin='heroku container:login'
|
|
415
|
-
|
|
416
|
-
# hkctout: Log out from Heroku Container Registry.
|
|
417
|
-
alias hkctout='heroku container:logout'
|
|
418
|
-
|
|
419
|
-
# hkctpull: Pulls an image from an app's process type.
|
|
420
|
-
alias hkctpull='heroku container:pull'
|
|
421
|
-
|
|
422
|
-
# hkctpush: Builds, then pushes Docker images to deploy your Heroku app.
|
|
423
|
-
alias hkctpush='heroku container:push'
|
|
424
|
-
|
|
425
|
-
# hkctrelease: Releases previously pushed Docker images to your Heroku app.
|
|
426
|
-
alias hkctrelease='heroku container:release'
|
|
427
|
-
|
|
428
|
-
# hkctrm: Remove the process type from your app.
|
|
429
|
-
alias hkctrm='heroku container:rm'
|
|
430
|
-
|
|
431
|
-
# hkctrun: Builds, then runs the docker image locally.
|
|
432
|
-
alias hkctrun='heroku container:run'
|
|
433
|
-
|
|
434
|
-
## ----------------------------------------------------------------------------
|
|
435
|
-
## 2.2 Heroku Domains aliases
|
|
436
|
-
## ----------------------------------------------------------------------------
|
|
437
|
-
|
|
438
|
-
# hkdo: List domains for an app.
|
|
439
|
-
alias hkdo='heroku domains'
|
|
440
|
-
|
|
441
|
-
# hkdoa: Add a domain to an app.
|
|
442
|
-
alias hkdoa='heroku domains:add'
|
|
443
|
-
|
|
444
|
-
# hkdoc: Remove all domains from an app.
|
|
445
|
-
alias hkdoc='heroku domains:clear'
|
|
446
|
-
|
|
447
|
-
# hkdoi: Show detailed information for a domain on an app.
|
|
448
|
-
alias hkdoi='heroku domains:info'
|
|
449
|
-
|
|
450
|
-
# hkdor: Remove a domain from an app.
|
|
451
|
-
alias hkdor='heroku domains:remove'
|
|
452
|
-
|
|
453
|
-
# hkdou: Update a domain to use a different SSL certificate on an app.
|
|
454
|
-
alias hkdou='heroku domains:update'
|
|
455
|
-
|
|
456
|
-
# hkdow: Wait for domain to be active for an app.
|
|
457
|
-
alias hkdow='heroku domains:wait'
|
|
458
|
-
|
|
459
|
-
## ----------------------------------------------------------------------------
|
|
460
|
-
## 2.3 Heroku Drains aliases
|
|
461
|
-
## ----------------------------------------------------------------------------
|
|
462
|
-
|
|
463
|
-
# hkdr: Display the log drains of an app.
|
|
464
|
-
alias hkdr='heroku drains'
|
|
465
|
-
|
|
466
|
-
# hkdra: Adds a log drain to an app.
|
|
467
|
-
alias hkdra='heroku drains:add'
|
|
468
|
-
|
|
469
|
-
# hkdrr: Removes a log drain from an app.
|
|
470
|
-
alias hkdrr='heroku drains:remove'
|
|
471
|
-
|
|
472
|
-
## ----------------------------------------------------------------------------
|
|
473
|
-
## 2.4 Heroku Dyno aliases
|
|
474
|
-
## ----------------------------------------------------------------------------
|
|
475
|
-
|
|
476
|
-
# hkdyk: Stop app dyno.
|
|
477
|
-
alias hkdyk='heroku dyno:kill'
|
|
478
|
-
|
|
479
|
-
# hkdyrz: Manage dyno sizes.
|
|
480
|
-
alias hkdyrz='heroku dyno:resize'
|
|
481
|
-
|
|
482
|
-
# hkdyrs: Restart app dynos.
|
|
483
|
-
alias hkdyrs='heroku dyno:restart'
|
|
484
|
-
|
|
485
|
-
# hkdysc: Scale dyno quantity up or down.
|
|
486
|
-
alias hkdysc='heroku dyno:scale'
|
|
487
|
-
|
|
488
|
-
# hkdyst: Stop app dyno.
|
|
489
|
-
alias hkdyst='heroku dyno:stop'
|
|
490
|
-
|
|
491
|
-
## ----------------------------------------------------------------------------
|
|
492
|
-
## 2.5 Heroku Features aliases
|
|
493
|
-
## ----------------------------------------------------------------------------
|
|
494
|
-
|
|
495
|
-
# hkfeat: List available app features.
|
|
496
|
-
alias hkfeat='heroku features'
|
|
497
|
-
|
|
498
|
-
# hkfeatd: Disables an app feature.
|
|
499
|
-
alias hkfeatd='heroku features:disable'
|
|
500
|
-
|
|
501
|
-
# hkfeate: Enables an app feature.
|
|
502
|
-
alias hkfeate='heroku features:enable'
|
|
503
|
-
|
|
504
|
-
# hkfeati: Display information about a feature.
|
|
505
|
-
alias hkfeati='heroku features:info'
|
|
506
|
-
|
|
507
|
-
## ----------------------------------------------------------------------------
|
|
508
|
-
## 2.6 Heroku Git aliases
|
|
509
|
-
## ----------------------------------------------------------------------------
|
|
510
|
-
|
|
511
|
-
# Clones a heroku app to your local machine at DIRECTORY (defaults to app name).
|
|
512
|
-
alias hkgitc='heroku git:clone'
|
|
513
|
-
|
|
514
|
-
# Adds a git remote to an app repo.
|
|
515
|
-
alias hkgitr='heroku git:remote'
|
|
516
|
-
|
|
517
|
-
## ----------------------------------------------------------------------------
|
|
518
|
-
## 2.7 Heroku Keys aliases
|
|
519
|
-
## ----------------------------------------------------------------------------
|
|
520
|
-
|
|
521
|
-
# Display your SSH keys.
|
|
522
|
-
alias hkk='heroku keys'
|
|
523
|
-
|
|
524
|
-
# Add an SSH key for a user.
|
|
525
|
-
alias hkka='heroku keys:add'
|
|
526
|
-
|
|
527
|
-
# Remove all SSH keys for current user.
|
|
528
|
-
alias hkkcl='heroku keys:clear'
|
|
529
|
-
|
|
530
|
-
# Remove an SSH key from the user.
|
|
531
|
-
alias hkkr='heroku keys:remove'
|
|
532
|
-
|
|
533
|
-
## ----------------------------------------------------------------------------
|
|
534
|
-
## 2.8 Heroku Labs aliases
|
|
535
|
-
## ----------------------------------------------------------------------------
|
|
536
|
-
|
|
537
|
-
# hklab: List experimental features.
|
|
538
|
-
alias hklab='heroku labs'
|
|
539
|
-
|
|
540
|
-
# hklabd: Disables an experimental feature.
|
|
541
|
-
alias hklabd='heroku labs:disable'
|
|
542
|
-
|
|
543
|
-
# hklabe: Enables an experimental feature.
|
|
544
|
-
alias hklabe='heroku labs:enable'
|
|
545
|
-
|
|
546
|
-
# hklabi: Show feature info.
|
|
547
|
-
alias hklabi='heroku labs:info'
|
|
548
|
-
|
|
549
|
-
## ----------------------------------------------------------------------------
|
|
550
|
-
## 3. Heroku Advanced aliases
|
|
551
|
-
## ----------------------------------------------------------------------------
|
|
552
|
-
|
|
553
|
-
## ----------------------------------------------------------------------------
|
|
554
|
-
## 3.1 Heroku Local aliases
|
|
555
|
-
## ----------------------------------------------------------------------------
|
|
556
|
-
|
|
557
|
-
# hkloc: Run heroku app locally.
|
|
558
|
-
alias hkloc='heroku local'
|
|
559
|
-
|
|
560
|
-
# hklocr: Run a one-off command.
|
|
561
|
-
alias hklocr='heroku local:run'
|
|
562
|
-
|
|
563
|
-
# hklocv: Display node-foreman version.
|
|
564
|
-
alias hklocv='heroku local:version'
|
|
565
|
-
|
|
566
|
-
# hkloclk: Prevent team members from joining an app.
|
|
567
|
-
alias hkloclk='heroku lock'
|
|
568
|
-
|
|
569
|
-
## ----------------------------------------------------------------------------
|
|
570
|
-
## 3.2 Heroku Maintenance aliases
|
|
571
|
-
## ----------------------------------------------------------------------------
|
|
572
|
-
|
|
573
|
-
# hkmt: Display the current maintenance status of app.
|
|
574
|
-
alias hkmt='heroku maintenance'
|
|
575
|
-
|
|
576
|
-
# hkmtoff: Take the app out of maintenance mode.
|
|
577
|
-
alias hkmtoff='heroku maintenance:off'
|
|
578
|
-
|
|
579
|
-
# hkmton: Put the app into maintenance mode.
|
|
580
|
-
alias hkmton='heroku maintenance:on'
|
|
581
|
-
|
|
582
|
-
## ----------------------------------------------------------------------------
|
|
583
|
-
## 3.3 Heroku Members aliases
|
|
584
|
-
## ----------------------------------------------------------------------------
|
|
585
|
-
|
|
586
|
-
# hkmb: List members of a team.
|
|
587
|
-
alias hkmb='heroku members'
|
|
588
|
-
|
|
589
|
-
# hkmba: Adds a user to a team.
|
|
590
|
-
alias hkmba='heroku members:add'
|
|
591
|
-
|
|
592
|
-
# hkmbr: Removes a user from a team.
|
|
593
|
-
alias hkmbr='heroku members:remove'
|
|
594
|
-
|
|
595
|
-
# hkmbs: Sets a members role in a team. |
|
|
596
|
-
alias hkmbs='heroku members:set'
|
|
597
|
-
|
|
598
|
-
## ----------------------------------------------------------------------------
|
|
599
|
-
## 3.4 Heroku Postgres aliases
|
|
600
|
-
## ----------------------------------------------------------------------------
|
|
601
|
-
|
|
602
|
-
# hkpg: Show database information.
|
|
603
|
-
alias hkpg='heroku pg'
|
|
604
|
-
|
|
605
|
-
# hkpgb: Show table and index bloat in your database ordered by most wasteful.
|
|
606
|
-
alias hkpgb='heroku pg:bloat'
|
|
607
|
-
|
|
608
|
-
# hkpgbk: List database backups.
|
|
609
|
-
alias hkpgbk='heroku pg:backups'
|
|
610
|
-
|
|
611
|
-
# hkpgbkcl: Cancel an in-progress backup or restore (default newest).
|
|
612
|
-
alias hkpgbkcl='heroku pg:backups:cancel'
|
|
613
|
-
|
|
614
|
-
# hkpgbkc: Capture a new backup.
|
|
615
|
-
alias hkpgbkc='heroku pg:backups:capture'
|
|
616
|
-
|
|
617
|
-
# hkpgbkdl: Delete a backup.
|
|
618
|
-
alias hkpgbkdl='heroku pg:backups:delete'
|
|
619
|
-
|
|
620
|
-
# hkpgbkdw: Downloads database backup.
|
|
621
|
-
alias hkpgbkdw='heroku pg:backups:download'
|
|
622
|
-
|
|
623
|
-
# hkpgbki: Get information about a specific backup.
|
|
624
|
-
alias hkpgbki='heroku pg:backups:info'
|
|
625
|
-
|
|
626
|
-
# hkpgbkr: Restore a backup (default latest) to a database.
|
|
627
|
-
alias hkpgbkr='heroku pg:backups:restore'
|
|
628
|
-
|
|
629
|
-
# hkpgbks: Schedule daily backups for given database.
|
|
630
|
-
alias hkpgbks='heroku pg:backups:schedule'
|
|
631
|
-
|
|
632
|
-
# hkpgbksh: List backup schedule.
|
|
633
|
-
alias hkpgbksh='heroku pg:backups:schedules'
|
|
634
|
-
|
|
635
|
-
# hkpgbkurl: Get secret but publicly accessible URL of a backup.
|
|
636
|
-
alias hkpgbkurl='heroku pg:backups:url'
|
|
637
|
-
|
|
638
|
-
# hkpgbkk: Stop daily backups.
|
|
639
|
-
alias hkpgbkk='heroku pg:backups:unschedule'
|
|
640
|
-
|
|
641
|
-
# hkpgblk: Display queries holding locks other queries are waiting to be released.
|
|
642
|
-
alias hkpgblk='heroku pg:blocking'
|
|
643
|
-
|
|
644
|
-
# hkpgc: Copy all data from source db to target.
|
|
645
|
-
alias hkpgc='heroku pg:copy'
|
|
646
|
-
|
|
647
|
-
# hkpgcpa: Add an attachment to a database using connection pooling.
|
|
648
|
-
alias hkpgcpa='heroku pg:connection-pooling:attach'
|
|
649
|
-
|
|
650
|
-
# hkpgcr: Show information on credentials in the database.
|
|
651
|
-
alias hkpgcr='heroku pg:credentials'
|
|
652
|
-
|
|
653
|
-
# hkpgcrc: Create credential within database.
|
|
654
|
-
alias hkpgcrc='heroku pg:credentials:create'
|
|
655
|
-
|
|
656
|
-
# hkpgcrd: Destroy credential within database.
|
|
657
|
-
alias hkpgcrd='heroku pg:credentials:destroy'
|
|
658
|
-
|
|
659
|
-
# hkpgcrr: Rotate the database credentials.
|
|
660
|
-
alias hkpgcrr='heroku pg:credentials:rotate'
|
|
661
|
-
|
|
662
|
-
# hkpgcrrd: Repair the permissions of the default credential within database.
|
|
663
|
-
alias hkpgcrrd='heroku pg:credentials:repair-default'
|
|
664
|
-
|
|
665
|
-
# hkpgcrurl: Show information on a database credential.
|
|
666
|
-
alias hkpgcrurl='heroku pg:credentials:url'
|
|
667
|
-
|
|
668
|
-
# hkpgdg: Run or view diagnostics report.
|
|
669
|
-
alias hkpgdg='heroku pg:diagnose'
|
|
670
|
-
|
|
671
|
-
# hkpgi: Show database information.
|
|
672
|
-
alias hkpgi='heroku pg:info'
|
|
673
|
-
|
|
674
|
-
# hkpgk: Kill a query.
|
|
675
|
-
alias hkpgk='heroku pg:kill'
|
|
676
|
-
|
|
677
|
-
# hkpgka: Terminates all connections for all credentials.
|
|
678
|
-
alias hkpgka='heroku pg:killall'
|
|
679
|
-
|
|
680
|
-
# hkpglks: Display queries with active locks.
|
|
681
|
-
alias hkpglks='heroku pg:locks'
|
|
682
|
-
|
|
683
|
-
# hkpglnk: Lists all databases and information on link.
|
|
684
|
-
alias hkpglnk='heroku pg:links'
|
|
685
|
-
|
|
686
|
-
# hkpglnkc: Create a link between data stores.
|
|
687
|
-
alias hkpglnkc='heroku pg:links:create'
|
|
688
|
-
|
|
689
|
-
# hkpglnkd: Destroys a link between data stores.
|
|
690
|
-
alias hkpglnkd='heroku pg:links:destroy'
|
|
691
|
-
|
|
692
|
-
# hkpgmt: Show current maintenance information.
|
|
693
|
-
alias hkpgmt='heroku pg:maintenance'
|
|
694
|
-
|
|
695
|
-
# hkpgmtr: Start maintenance.
|
|
696
|
-
alias hkpgmtr='heroku pg:maintenance:run'
|
|
697
|
-
|
|
698
|
-
# hkpgmtw: Set weekly maintenance window.
|
|
699
|
-
alias hkpgmtw='heroku pg:maintenance:window'
|
|
700
|
-
|
|
701
|
-
# hkpgo: Show 10 queries that have longest execution time in aggregate.
|
|
702
|
-
alias hkpgo='heroku pg:outliers'
|
|
703
|
-
|
|
704
|
-
# hkpgp: Sets DATABASE as your DATABASE_URL.
|
|
705
|
-
alias hkpgp='heroku pg:promote'
|
|
706
|
-
|
|
707
|
-
# hkpgps: View active queries with execution time.
|
|
708
|
-
alias hkpgps='heroku pg:ps'
|
|
709
|
-
|
|
710
|
-
# hkpgpsql: Open a psql shell to the database.
|
|
711
|
-
alias hkpgpsql='heroku pg:psql'
|
|
712
|
-
|
|
713
|
-
# hkpgpull: Pull Heroku database into local or remote database.
|
|
714
|
-
alias hkpgpull='heroku pg:pull'
|
|
715
|
-
|
|
716
|
-
# hkpgpush: Push local or remote into Heroku database.
|
|
717
|
-
alias hkpgpush='heroku pg:push'
|
|
718
|
-
|
|
719
|
-
# hkpgreset: Delete all data in DATABASE.
|
|
720
|
-
alias hkpgreset='heroku pg:reset'
|
|
721
|
-
|
|
722
|
-
# hkpgreset: Show your current database settings.
|
|
723
|
-
alias hkpgset='heroku pg:settings'
|
|
724
|
-
|
|
725
|
-
# hkpgsetllw: Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock. deadlock_timeout is se... .
|
|
726
|
-
alias hkpgsetllw='heroku pg:settings:log-lock-waits'
|
|
727
|
-
|
|
728
|
-
# hkpgsetlmds: The duration of each completed statement will be logged if the statement completes after the time specified by VALUE.
|
|
729
|
-
alias hkpgsetlmds='heroku pg:settings:log-min-duration-statement'
|
|
730
|
-
|
|
731
|
-
# hkpgsetlgs: 'log_statement' controls which SQL statements are logged.
|
|
732
|
-
alias hkpgsetlgs='heroku pg:settings:log-statement'
|
|
733
|
-
|
|
734
|
-
# hkpguf: Stop a replica from following and make it a writeable database.
|
|
735
|
-
alias hkpguf='heroku pg:unfollow'
|
|
736
|
-
|
|
737
|
-
# hkpgup: Unfollow a database and upgrade it to the latest stable PostgreSQL version.
|
|
738
|
-
alias hkpgup='heroku pg:upgrade'
|
|
739
|
-
|
|
740
|
-
# hkpgvs: Show dead rows and whether an automatic vacuum is expected to be triggered.
|
|
741
|
-
alias hkpgvs='heroku pg:vacuum-stats'
|
|
742
|
-
|
|
743
|
-
# hkpgww: Blocks until database is available.
|
|
744
|
-
alias hkpgww='heroku pg:wait'
|
|
745
|
-
|
|
746
|
-
## ----------------------------------------------------------------------------
|
|
747
|
-
## 3.5 Heroku Pipelines aliases
|
|
748
|
-
## ----------------------------------------------------------------------------
|
|
749
|
-
|
|
750
|
-
# List pipelines you have access to.
|
|
751
|
-
alias hkpipe='heroku pipelines'
|
|
752
|
-
|
|
753
|
-
# Add this app to a pipeline.
|
|
754
|
-
alias hkpipea='heroku pipelines:add'
|
|
755
|
-
|
|
756
|
-
# Create a new pipeline.
|
|
757
|
-
alias hkpipec='heroku pipelines:create'
|
|
758
|
-
|
|
759
|
-
# Connect a github repo to an existing pipeline.
|
|
760
|
-
alias hkpipect='heroku pipelines:connect'
|
|
761
|
-
|
|
762
|
-
# Compares the latest release of this app to its downstream app(s).
|
|
763
|
-
alias hkpipediff='heroku pipelines:diff'
|
|
764
|
-
|
|
765
|
-
# Show list of apps in a pipeline.
|
|
766
|
-
alias hkpipei='heroku pipelines:info'
|
|
767
|
-
|
|
768
|
-
# Destroy a pipeline.
|
|
769
|
-
alias hkpipek='heroku pipelines:destroy'
|
|
770
|
-
|
|
771
|
-
# Open a pipeline in dashboard.
|
|
772
|
-
alias hkpipeo='heroku pipelines:open'
|
|
773
|
-
|
|
774
|
-
# Promote the latest release of this app to its downstream app(s).
|
|
775
|
-
alias hkpipep='heroku pipelines:promote'
|
|
776
|
-
|
|
777
|
-
# Remove this app from its pipeline.
|
|
778
|
-
alias hkpiper='heroku pipelines:remove'
|
|
779
|
-
|
|
780
|
-
# Rename a pipeline.
|
|
781
|
-
alias hkpipern='heroku pipelines:rename'
|
|
782
|
-
|
|
783
|
-
# Bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo).
|
|
784
|
-
alias hkpipes='heroku pipelines:setup'
|
|
785
|
-
|
|
786
|
-
# Transfer ownership of a pipeline.
|
|
787
|
-
alias hkpipett='heroku pipelines:transfer'
|
|
788
|
-
|
|
789
|
-
# Update the app's stage in a pipeline.
|
|
790
|
-
alias hkpipeu='heroku pipelines:update'
|
|
791
|
-
|
|
792
|
-
## ----------------------------------------------------------------------------
|
|
793
|
-
## 3.6 Heroku Plugins aliases
|
|
794
|
-
## ----------------------------------------------------------------------------
|
|
795
|
-
|
|
796
|
-
# hkplugs: List installed plugins.
|
|
797
|
-
alias hkplugs='heroku plugins'
|
|
798
|
-
|
|
799
|
-
# hkplugsi: Installs a plugin into the CLI.
|
|
800
|
-
alias hkplugsi='heroku plugins:install'
|
|
801
|
-
|
|
802
|
-
# hkplugslk: Links a plugin into the CLI for development.
|
|
803
|
-
alias hkplugslk='heroku plugins:link'
|
|
804
|
-
|
|
805
|
-
# hkplugsui: Removes a plugin from the CLI.
|
|
806
|
-
alias hkplugsui='heroku plugins:uninstall'
|
|
807
|
-
|
|
808
|
-
# hkplugsu: Update installed plugins.
|
|
809
|
-
alias hkplugsu='heroku plugins:update'
|
|
810
|
-
|
|
811
|
-
## ----------------------------------------------------------------------------
|
|
812
|
-
## 3.7 Heroku 'ps' aliases
|
|
813
|
-
## ----------------------------------------------------------------------------
|
|
814
|
-
|
|
815
|
-
# hkpsad: Disable web dyno autoscaling.
|
|
816
|
-
alias hkpsad='heroku ps:autoscale:disable'
|
|
817
|
-
|
|
818
|
-
# hkps: List dynos for an app.
|
|
819
|
-
alias hkps='heroku ps'
|
|
820
|
-
|
|
821
|
-
# hkpsae: Enable web dyno autoscaling.
|
|
822
|
-
alias hkpsae='heroku ps:autoscale:enable '
|
|
823
|
-
|
|
824
|
-
# hkpsc: Copy a file from a dyno to the local filesystem.
|
|
825
|
-
alias hkpsc='heroku ps:copy'
|
|
826
|
-
|
|
827
|
-
# hkpse: Create an SSH session to a dyno.
|
|
828
|
-
alias hkpse='heroku ps:exec'
|
|
829
|
-
|
|
830
|
-
# hkpsf: Forward traffic on a local port to a dyno.
|
|
831
|
-
alias hkpsf='heroku ps:forward'
|
|
832
|
-
|
|
833
|
-
# hkpsk: Stop app dyno.
|
|
834
|
-
alias hkpsk='heroku ps:kill'
|
|
835
|
-
|
|
836
|
-
# hkpsr: Restart app dynos.
|
|
837
|
-
alias hkpsr='heroku ps:restart'
|
|
838
|
-
|
|
839
|
-
# hkpsrs: Manage dyno sizes.
|
|
840
|
-
alias hkpsrs='heroku ps:resize'
|
|
841
|
-
|
|
842
|
-
# hkpss: Stop app dyno.
|
|
843
|
-
alias hkpss='heroku ps:stop'
|
|
844
|
-
|
|
845
|
-
# hkpssc: Scale dyno quantity up or down.
|
|
846
|
-
alias hkpssc='heroku ps:scale'
|
|
847
|
-
|
|
848
|
-
# hkpssck: Launch a SOCKS proxy into a dyno.
|
|
849
|
-
alias hkpssck='heroku ps:socks'
|
|
850
|
-
|
|
851
|
-
# hkpst: Manage dyno sizes.
|
|
852
|
-
alias hkpst='heroku ps:type'
|
|
853
|
-
|
|
854
|
-
# hkpsw: Wait for all dynos to be running latest version after a release.
|
|
855
|
-
alias hkpsw='heroku ps:wait'
|
|
856
|
-
|
|
857
|
-
## ----------------------------------------------------------------------------
|
|
858
|
-
## 3.8 Heroku redis aliases
|
|
859
|
-
## ----------------------------------------------------------------------------
|
|
860
|
-
|
|
861
|
-
# hkred: Gets information about redis.
|
|
862
|
-
alias hkred='heroku redis'
|
|
863
|
-
|
|
864
|
-
# hkredcli: Opens a redis prompt.
|
|
865
|
-
alias hkredcli='heroku redis:cli'
|
|
866
|
-
|
|
867
|
-
# hkredcr: Display credentials information.
|
|
868
|
-
alias hkredcr='heroku redis:credentials'
|
|
869
|
-
|
|
870
|
-
# hkredi: Gets information about redis.
|
|
871
|
-
alias hkredi='heroku redis:info'
|
|
872
|
-
|
|
873
|
-
# hkredkn: Set the keyspace notifications configuration.
|
|
874
|
-
alias hkredkn='heroku redis:keyspace-notifications'
|
|
875
|
-
|
|
876
|
-
# hkredmm: Set the key eviction policy.
|
|
877
|
-
alias hkredmm='heroku redis:maxmemory'
|
|
878
|
-
|
|
879
|
-
# hkredmt: Manage maintenance windows.
|
|
880
|
-
alias hkredmt='heroku redis:maintenance'
|
|
881
|
-
|
|
882
|
-
# hkredp: Sets DATABASE as your REDIS_URL.
|
|
883
|
-
alias hkredp='heroku redis:promote'
|
|
884
|
-
|
|
885
|
-
# hkredsr: Reset all stats covered by RESETSTAT (<https://redis.io/commands/config-resetstat>).
|
|
886
|
-
alias hkredsr='heroku redis:stats-reset'
|
|
887
|
-
|
|
888
|
-
# hkredt: Set the number of seconds to wait before killing idle connections.
|
|
889
|
-
alias hkredt='heroku redis:timeout'
|
|
890
|
-
|
|
891
|
-
# hkredw: Wait for Redis instance to be available.
|
|
892
|
-
alias hkredw='heroku redis:wait'
|
|
893
|
-
|
|
894
|
-
## ----------------------------------------------------------------------------
|
|
895
|
-
## 3.9 Heroku Releases aliases
|
|
896
|
-
## ----------------------------------------------------------------------------
|
|
897
|
-
|
|
898
|
-
# hkrel: Display the releases for an app.
|
|
899
|
-
alias hkrel='heroku releases'
|
|
900
|
-
|
|
901
|
-
# hkreli: View detailed information for a release.
|
|
902
|
-
alias hkreli='heroku releases:info'
|
|
903
|
-
|
|
904
|
-
# hkrelo: View the release command output.
|
|
905
|
-
alias hkrelo='heroku releases:output'
|
|
906
|
-
|
|
907
|
-
# hkrelr: Rollback to a previous release.
|
|
908
|
-
alias hkrelr='heroku releases:rollback'
|
|
909
|
-
|
|
910
|
-
## ----------------------------------------------------------------------------
|
|
911
|
-
## 3.10.1 Heroku Spaces aliases
|
|
912
|
-
## ----------------------------------------------------------------------------
|
|
913
|
-
|
|
914
|
-
# hkrvae: Enable review apps and/or settings on an existing pipeline.
|
|
915
|
-
alias hkrvae='heroku reviewapps:enable'
|
|
916
|
-
|
|
917
|
-
# hkrvad: Disable review apps and/or settings on an existing pipeline.
|
|
918
|
-
alias hkrvad='heroku reviewapps:disable'
|
|
919
|
-
|
|
920
|
-
## ----------------------------------------------------------------------------
|
|
921
|
-
## 3.10.2 Heroku Run aliases
|
|
922
|
-
## ----------------------------------------------------------------------------
|
|
923
|
-
|
|
924
|
-
# hkrun: Run a one-off process inside a heroku dyno.
|
|
925
|
-
alias hkrun='heroku run'
|
|
926
|
-
|
|
927
|
-
# hkrund: Run a detached dyno, where output is sent to your logs.
|
|
928
|
-
alias hkrund='heroku run:detached'
|
|
929
|
-
|
|
930
|
-
## ----------------------------------------------------------------------------
|
|
931
|
-
## 3.10.3 Heroku Sessions aliases
|
|
932
|
-
## ----------------------------------------------------------------------------
|
|
933
|
-
|
|
934
|
-
# hksessions: List your OAuth sessions.
|
|
935
|
-
alias hksessions='heroku sessions'
|
|
936
|
-
|
|
937
|
-
# hksessionsd: Delete (logout) OAuth session by ID.
|
|
938
|
-
alias hksessionsd='heroku sessions:destroy'
|
|
939
|
-
|
|
940
|
-
## ----------------------------------------------------------------------------
|
|
941
|
-
## 3.10.4 Heroku Spaces aliases
|
|
942
|
-
## ----------------------------------------------------------------------------
|
|
943
|
-
|
|
944
|
-
# hksp: List available spaces.
|
|
945
|
-
alias hksp='heroku spaces'
|
|
946
|
-
|
|
947
|
-
# hkspc: Create a new space.
|
|
948
|
-
alias hkspc='heroku spaces:create'
|
|
949
|
-
|
|
950
|
-
# hkspd: Destroy a space.
|
|
951
|
-
alias hkspd='heroku spaces:destroy'
|
|
952
|
-
|
|
953
|
-
# hkspi: Show info about a space.
|
|
954
|
-
alias hkspi='heroku spaces:info'
|
|
955
|
-
|
|
956
|
-
# hksppi: Display the information necessary to initiate a peering connection.
|
|
957
|
-
alias hksppi='heroku spaces:peering:info'
|
|
958
|
-
|
|
959
|
-
# hkspp: List peering connections for a space.
|
|
960
|
-
alias hkspp='heroku spaces:peerings'
|
|
961
|
-
|
|
962
|
-
# hksppa: Accepts a pending peering request for a private space.
|
|
963
|
-
alias hksppa='heroku spaces:peerings:accept'
|
|
964
|
-
|
|
965
|
-
# hksppd: Destroys an active peering connection in a private space.
|
|
966
|
-
alias hksppd='heroku spaces:peerings:destroy'
|
|
967
|
-
|
|
968
|
-
# hkspps: List dynos for a space.
|
|
969
|
-
alias hkspps='heroku spaces:ps'
|
|
970
|
-
|
|
971
|
-
# hkspr: Renames a space.
|
|
972
|
-
alias hkspr='heroku spaces:rename'
|
|
973
|
-
|
|
974
|
-
# hksptop: Show space topology.
|
|
975
|
-
alias hksptop='heroku spaces:topology'
|
|
976
|
-
|
|
977
|
-
# hkspt: Transfer a space to another team.
|
|
978
|
-
alias hkspt='heroku spaces:transfer'
|
|
979
|
-
|
|
980
|
-
# hkspconf: Display the configuration information for VPN.
|
|
981
|
-
alias hkspconf='heroku spaces:vpn:config'
|
|
982
|
-
|
|
983
|
-
# hkspvc: Create VPN.
|
|
984
|
-
alias hkspvc='heroku spaces:vpn:connect'
|
|
985
|
-
|
|
986
|
-
# hkspvcs: List the VPN Connections for a space.
|
|
987
|
-
alias hkspvcs='heroku spaces:vpn:connections'
|
|
988
|
-
|
|
989
|
-
# hkspvk: Destroys VPN in a private space.
|
|
990
|
-
alias hkspvk='heroku spaces:vpn:destroy'
|
|
991
|
-
|
|
992
|
-
# hkspvi: Display the information for VPN.
|
|
993
|
-
alias hkspvi='heroku spaces:vpn:info'
|
|
994
|
-
|
|
995
|
-
# hkspvu: Update VPN.
|
|
996
|
-
alias hkspvu='heroku spaces:vpn:update'
|
|
997
|
-
|
|
998
|
-
# hkspvw: Wait for VPN Connection to be created.
|
|
999
|
-
alias hkspvw='heroku spaces:vpn:wait'
|
|
1000
|
-
|
|
1001
|
-
# hkspw: Wait for a space to be created.
|
|
1002
|
-
alias hkspw='heroku spaces:wait'
|
|
1003
|
-
|
|
1004
|
-
## ----------------------------------------------------------------------------
|
|
1005
|
-
## 3.10.5 Heroku Webhooks aliases
|
|
1006
|
-
## ----------------------------------------------------------------------------
|
|
1007
|
-
|
|
1008
|
-
# hkwh: List webhooks on an app.
|
|
1009
|
-
alias hkwh='heroku webhooks'
|
|
1010
|
-
|
|
1011
|
-
# hkwha: Add a webhook to an app.
|
|
1012
|
-
alias hkwha='heroku webhooks:add'
|
|
1013
|
-
|
|
1014
|
-
# hkwhdv: List webhook deliveries on an app.
|
|
1015
|
-
alias hkwhdv='heroku webhooks:deliveries'
|
|
1016
|
-
|
|
1017
|
-
# hkwhdvi: Info for a webhook event on an app.
|
|
1018
|
-
alias hkwhdvi='heroku webhooks:deliveries:info'
|
|
1019
|
-
|
|
1020
|
-
# hkwhev: List webhook events on an app.
|
|
1021
|
-
alias hkwhev='heroku webhooks:events'
|
|
1022
|
-
|
|
1023
|
-
# hkwhevi: Info for a webhook event on an app.
|
|
1024
|
-
alias hkwhevi='heroku webhooks:events:info'
|
|
1025
|
-
|
|
1026
|
-
# hkwhi: Info for a webhook on an app.
|
|
1027
|
-
alias hkwhi='heroku webhooks:info'
|
|
1028
|
-
|
|
1029
|
-
# hkwhr: Removes a webhook from an app.
|
|
1030
|
-
alias hkwhr='heroku webhooks:remove'
|
|
1031
|
-
|
|
1032
|
-
# hkwhu: Updates a webhook in an app.
|
|
1033
|
-
alias hkwhu='heroku webhooks:update'
|
|
8
|
+
if command -v 'heroku' >/dev/null; then
|
|
9
|
+
alias hk='heroku' # hk: Heroku CLI command shortcut.
|
|
10
|
+
alias hka='heroku access:add' # hka: Add new users to your app.
|
|
11
|
+
alias hkau='heroku access:update' # hkau: Update existing collaborators on an team app.
|
|
12
|
+
alias hkh='heroku help' # hkh: Display help for heroku.
|
|
13
|
+
alias hkj='heroku join' # hkj: Add yourself to a team app.
|
|
14
|
+
alias hkl='heroku commands' # hkl: List all the commands.
|
|
15
|
+
alias hkla='heroku access' # hkla: List who has access to an app.
|
|
16
|
+
alias hklg='heroku logs' # hklg: Display recent log output.
|
|
17
|
+
alias hkn='heroku notifications' # hkn: Display notifications.
|
|
18
|
+
alias hko='heroku orgs' # hko: List the teams that you are a member of.
|
|
19
|
+
alias hkoo='heroku orgs:open' # hkoo: Open the team interface in a browser.
|
|
20
|
+
alias hkp='heroku psql' # hkp: Open a psql shell to the database.
|
|
21
|
+
alias hkq='heroku leave' # hkq: Remove yourself from a team app.
|
|
22
|
+
alias hkr='heroku access:remove' # hkr: Remove users from a team app.
|
|
23
|
+
alias hkrg='heroku regions' # hkrg: List available regions for deployment.
|
|
24
|
+
alias hks='heroku status' # hks: Display current status of the Heroku platform.
|
|
25
|
+
alias hkt='heroku teams' # hkt: List the teams that you are a member of.
|
|
26
|
+
alias hku='heroku update' # hku: Update the heroku CLI.
|
|
27
|
+
alias hkulk='heroku unlock' # hkulk: Unlock an app so any team member can join.
|
|
28
|
+
alias hkw='heroku which' # hkw: Show which plugin a command is in.
|
|
29
|
+
alias hkada='heroku addons:attach' # Attach an existing add-on resource to an app.
|
|
30
|
+
alias hkadc='heroku addons:create' # Create a new add-on resource.
|
|
31
|
+
alias hkadd='heroku addons:detach' # Detach an existing add-on resource from an app.
|
|
32
|
+
alias hkaddoc='heroku addons:docs' # Open an add-on's Dev Center documentation in your browser.
|
|
33
|
+
alias hkaddown='heroku addons:downgrade' # Change add-on plan.
|
|
34
|
+
alias hkadi='heroku addons:info' # Show detailed add-on resource and attachment information.
|
|
35
|
+
alias hkadk='heroku addons:destroy' # Permanently destroy an add-on resource.
|
|
36
|
+
alias hkadl='heroku addons' # Lists your add-ons and attachments.
|
|
37
|
+
alias hkado='heroku addons:open' # Open an add-on's dashboard in your browser.
|
|
38
|
+
alias hkadp='heroku addons:plans' # List all available plans for an add-on services.
|
|
39
|
+
alias hkadr='heroku addons:rename' # Rename an add-on.
|
|
40
|
+
alias hkads='heroku addons:services' # List all available add-on services.
|
|
41
|
+
alias hkadu='heroku addons:upgrade' # Change add-on plan.
|
|
42
|
+
alias hkadw='heroku addons:wait' # Show provisioning status of the add-ons on the app.
|
|
43
|
+
alias hkapc='heroku apps:create' # hkapc: Creates a new app.
|
|
44
|
+
alias hkape='heroku apps:errors' # hkape: View app errors.
|
|
45
|
+
alias hkapfav='heroku apps:favorites' # hkapfav: List favorites apps.
|
|
46
|
+
alias hkapfava='heroku apps:favorites:add' # hkapfava: Favorites an app.
|
|
47
|
+
alias hkapunfav='heroku apps:favorites:remove' # hkapunfav: Unfavorite an app.
|
|
48
|
+
alias hkapi='heroku apps:info' # hkapi: Show detailed app information.
|
|
49
|
+
alias hkapj='heroku apps:join' # hkapj: Add yourself to a team app.
|
|
50
|
+
alias hkapk='heroku apps:destroy' # hkapk: Permanently destroy an app.
|
|
51
|
+
alias hkapl='heroku apps' # hkapl: List your apps.
|
|
52
|
+
alias hkaplk='heroku apps:lock' # hkaplk: Prevent team members from joining an app.
|
|
53
|
+
alias hkapo='heroku apps:open' # hkapo: Open the app in a web browser.
|
|
54
|
+
alias hkapq='heroku apps:leave' # hkapq: Remove yourself from a team app.
|
|
55
|
+
alias hkapr='heroku apps:rename' # hkapr: Rename an app.
|
|
56
|
+
alias hkaps='heroku apps:stacks' # hkaps: Show the list of available stacks.
|
|
57
|
+
alias hkapss='heroku apps:stacks:set' # hkapss: Set the stack of an app.
|
|
58
|
+
alias hkapt='heroku apps:transfer' # hkapt: Transfer applications to another user or team.
|
|
59
|
+
alias hkapulk='heroku apps:unlock' # hkapulk: Unlock an app so any team member can join.
|
|
60
|
+
alias hk2fa='heroku auth:whoami' # hk2fa: Display the current logged in user.
|
|
61
|
+
alias hk2fad='heroku auth:2fa:disable' # hk2fad: Disables 2fa on account.
|
|
62
|
+
alias hk2fain='heroku auth:login' # hk2fain: Login with your Heroku credentials.
|
|
63
|
+
alias hk2faout='heroku auth:logout' # hk2faout: Clears local login credentials and invalidates API session.
|
|
64
|
+
alias hk2fas='heroku auth:2fa' # hk2fas: Check 2fa status.
|
|
65
|
+
alias hk2fat='heroku auth:token' # hk2fat: Outputs current CLI authentication token.
|
|
66
|
+
alias hkauc='heroku authorizations:create' # hkauc: Create a new OAuth authorization.
|
|
67
|
+
alias hkaui='heroku authorizations:info' # hkaui: Show an existing OAuth authorization.
|
|
68
|
+
alias hkaul='heroku authorizations' # hkaul: List OAuth authorizations.
|
|
69
|
+
alias hkaur='heroku authorizations:revoke' # hkaur: Revoke OAuth authorization.
|
|
70
|
+
alias hkauro='heroku authorizations:rotate' # hkauro: Updates an OAuth authorization token.
|
|
71
|
+
alias hkauu='heroku authorizations:update' # hkauu: Updates an OAuth authorization.
|
|
72
|
+
alias hkbpac='heroku autocomplete' # hkbpac: Display autocomplete installation instructions.
|
|
73
|
+
alias hkbpad='heroku buildpacks:add' # hkbpad: Add new app build-pack, inserting into list of build-packs if necessary.
|
|
74
|
+
alias hkbpcl='heroku buildpacks:clear' # hkbpcl: Clear all build-packs set on the app.
|
|
75
|
+
alias hkbpi='heroku buildpacks:info' # hkbpi: Fetch info about a build-pack.
|
|
76
|
+
alias hkbpl='heroku buildpacks' # hkbpl: Display the build-packs for an app.
|
|
77
|
+
alias hkbpr='heroku buildpacks:remove' # hkbpr: Remove a build-pack set on the app.
|
|
78
|
+
alias hkbps='heroku buildpacks:search' # hkbps: Search for build-packs.
|
|
79
|
+
alias hkbpv='heroku buildpacks:versions' # hkbpv: List versions of a build-pack.
|
|
80
|
+
alias hkca='heroku certs:auto' # hkca: Show ACM status for an app.
|
|
81
|
+
alias hkcad='heroku certs:add' # hkcad: Add an SSL certificate to an app.
|
|
82
|
+
alias hkcae='heroku certs:auto:enable' # hkcae: Enable ACM status for an app.
|
|
83
|
+
alias hkcak='heroku certs:auto:disable' # hkcak: Disable ACM for an app.
|
|
84
|
+
alias hkcar='heroku certs:auto:refresh' # hkcar: Refresh ACM for an app.
|
|
85
|
+
alias hkcc='heroku certs:chain' # hkcc: Print an ordered & complete chain for a certificate.
|
|
86
|
+
alias hkcg='heroku certs:generate' # hkcg: Generate a key and a CSR or self-signed certificate.
|
|
87
|
+
alias hkci='heroku certs:info' # hkci: Show certificate information for an SSL certificate.
|
|
88
|
+
alias hkck='heroku certs:key' # hkck: Print the correct key for the given certificate.
|
|
89
|
+
alias hkcl='heroku certs' # hkcl: List SSL certificates for an app.
|
|
90
|
+
alias hkcr='heroku certs:remove' # hkcr: Remove an SSL certificate from an app.
|
|
91
|
+
alias hkcu='heroku certs:update' # hkcu: Update an SSL certificate on an app.
|
|
92
|
+
alias hkcicg='heroku ci:config:get' # hkcicg: Get a CI config var.
|
|
93
|
+
alias hkcics='heroku ci:config:set' # hkcics: Set CI config vars.
|
|
94
|
+
alias hkcicu='heroku ci:config:unset' # hkcicu: Unset CI config vars.
|
|
95
|
+
alias hkcicv=' ci:config' # hkcicv: Display CI config vars.
|
|
96
|
+
alias hkcid='heroku ci:debug' # hkcid: Opens an interactive test debugging session with the contents of the current directory.
|
|
97
|
+
alias hkcie='heroku ci:last' # hkcie: Looks for the most recent run and returns the output of that run.
|
|
98
|
+
alias hkcii='heroku ci:info' # hkcii: Show the status of a specific test run.
|
|
99
|
+
alias hkcil='heroku ci' # hkcil: Display the most recent CI runs for the given pipeline.
|
|
100
|
+
alias hkcim='heroku ci:migrate-manifest' # hkcim: 'app-ci.json' is deprecated. Run this command to migrate to app.json with an environments key.
|
|
101
|
+
alias hkcio='heroku ci:open' # hkcio: Open the Dashboard version of Heroku CI.
|
|
102
|
+
alias hkcir='heroku ci:run' # hkcir: Run tests against current directory.
|
|
103
|
+
alias hkcir2='heroku ci:rerun' # hkcir2: Rerun tests against current directory.
|
|
104
|
+
alias hkclc='heroku clients:create' # hkclc: Create a new OAuth client.
|
|
105
|
+
alias hkcli='heroku clients:info' # hkcli: Show details of an oauth client.
|
|
106
|
+
alias hkclk='heroku clients:destroy' # hkclk: Delete client by ID.
|
|
107
|
+
alias hkcll='heroku clients' # hkcll: List your OAuth clients.
|
|
108
|
+
alias hkcls='heroku clients:rotate' # hkcls: Rotate OAuth client secret.
|
|
109
|
+
alias hkclu='heroku clients:update' # hkclu: Update OAuth client.
|
|
110
|
+
alias hkcfe='heroku config:edit' # hkcfe: Interactively edit config vars.
|
|
111
|
+
alias hkcfg='heroku config:get' # hkcfg: Display a single config value for an app.
|
|
112
|
+
alias hkcfs='heroku config:set' # hkcfs: Set one or more config vars.
|
|
113
|
+
alias hkcfu='heroku config:unset' # hkcfu: Unset one or more config vars.
|
|
114
|
+
alias hkcfv='heroku config' # hkcfv: Display the config vars for an app.
|
|
115
|
+
alias hkct='heroku container' # hkct: Use containers to build and deploy Heroku apps.
|
|
116
|
+
alias hkctin='heroku container:login' # hkctin: Log in to Heroku Container Registry.
|
|
117
|
+
alias hkctout='heroku container:logout' # hkctout: Log out from Heroku Container Registry.
|
|
118
|
+
alias hkctpull='heroku container:pull' # hkctpull: Pulls an image from an app's process type.
|
|
119
|
+
alias hkctpush='heroku container:push' # hkctpush: Builds, then pushes Docker images to deploy your Heroku app.
|
|
120
|
+
alias hkctrelease='heroku container:release' # hkctrelease: Releases previously pushed Docker images to your Heroku app.
|
|
121
|
+
alias hkctrm='heroku container:rm' # hkctrm: Remove the process type from your app.
|
|
122
|
+
alias hkctrun='heroku container:run' # hkctrun: Builds, then runs the docker image locally.
|
|
123
|
+
alias hkdo='heroku domains' # hkdo: List domains for an app.
|
|
124
|
+
alias hkdoa='heroku domains:add' # hkdoa: Add a domain to an app.
|
|
125
|
+
alias hkdoc='heroku domains:clear' # hkdoc: Remove all domains from an app.
|
|
126
|
+
alias hkdoi='heroku domains:info' # hkdoi: Show detailed information for a domain on an app.
|
|
127
|
+
alias hkdor='heroku domains:remove' # hkdor: Remove a domain from an app.
|
|
128
|
+
alias hkdou='heroku domains:update' # hkdou: Update a domain to use a different SSL certificate on an app.
|
|
129
|
+
alias hkdow='heroku domains:wait' # hkdow: Wait for domain to be active for an app.
|
|
130
|
+
alias hkdr='heroku drains' # hkdr: Display the log drains of an app.
|
|
131
|
+
alias hkdra='heroku drains:add' # hkdra: Adds a log drain to an app.
|
|
132
|
+
alias hkdrr='heroku drains:remove' # hkdrr: Removes a log drain from an app.
|
|
133
|
+
alias hkdyk='heroku dyno:kill' # hkdyk: Kill a dyno.
|
|
134
|
+
alias hkdyrz='heroku dyno:resize' # hkdyrz: Manage dyno sizes.
|
|
135
|
+
alias hkdyrs='heroku dyno:restart' # hkdyrs: Restart app dynos.
|
|
136
|
+
alias hkdysc='heroku dyno:scale' # hkdysc: Scale dyno quantity up or down.
|
|
137
|
+
alias hkdyst='heroku dyno:stop' # hkdyst: Stop app dyno.
|
|
138
|
+
alias hkfeat='heroku features' # hkfeat: List available app features.
|
|
139
|
+
alias hkfeatd='heroku features:disable' # hkfeatd: Disables an app feature.
|
|
140
|
+
alias hkfeate='heroku features:enable' # hkfeate: Enables an app feature.
|
|
141
|
+
alias hkfeati='heroku features:info' # hkfeati: Display information about a feature.
|
|
142
|
+
alias hkgitc='heroku git:clone' # Clones a heroku app to your local machine at DIRECTORY (defaults to app name).
|
|
143
|
+
alias hkgitr='heroku git:remote' # Adds a git remote to an app repo.
|
|
144
|
+
alias hkk='heroku keys' # Display your SSH keys.
|
|
145
|
+
alias hkka='heroku keys:add' # Add an SSH key for a user.
|
|
146
|
+
alias hkkcl='heroku keys:clear' # Remove all SSH keys for current user.
|
|
147
|
+
alias hkkr='heroku keys:remove' # Remove an SSH key from the user.
|
|
148
|
+
alias hklab='heroku labs' # hklab: List experimental features.
|
|
149
|
+
alias hklabd='heroku labs:disable' # hklabd: Disables an experimental feature.
|
|
150
|
+
alias hklabe='heroku labs:enable' # hklabe: Enables an experimental feature.
|
|
151
|
+
alias hklabi='heroku labs:info' # hklabi: Show feature info.
|
|
152
|
+
alias hkloc='heroku local' # hkloc: Run heroku app locally.
|
|
153
|
+
alias hklocr='heroku local:run' # hklocr: Run a one-off command.
|
|
154
|
+
alias hklocv='heroku local:version' # hklocv: Display node-foreman version.
|
|
155
|
+
alias hkloclk='heroku lock' # hkloclk: Prevent team members from joining an app.
|
|
156
|
+
alias hkmt='heroku maintenance' # hkmt: Display the current maintenance status of app.
|
|
157
|
+
alias hkmtoff='heroku maintenance:off' # hkmtoff: Take the app out of maintenance mode.
|
|
158
|
+
alias hkmton='heroku maintenance:on' # hkmton: Put the app into maintenance mode.
|
|
159
|
+
alias hkmb='heroku members' # hkmb: List members of a team.
|
|
160
|
+
alias hkmba='heroku members:add' # hkmba: Adds a user to a team.
|
|
161
|
+
alias hkmbr='heroku members:remove' # hkmbr: Removes a user from a team.
|
|
162
|
+
alias hkmbs='heroku members:set' # hkmbs: Sets a members role in a team.
|
|
163
|
+
alias hkpg='heroku pg' # hkpg: Show database information.
|
|
164
|
+
alias hkpgb='heroku pg:bloat' # hkpgb: Show table and index bloat in your database ordered by most wasteful.
|
|
165
|
+
alias hkpgbk='heroku pg:backups' # hkpgbk: List database backups.
|
|
166
|
+
alias hkpgbkcl='heroku pg:backups:cancel' # hkpgbkcl: Cancel an in-progress backup or restore (default newest).
|
|
167
|
+
alias hkpgbkc='heroku pg:backups:capture' # hkpgbkc: Capture a new backup.
|
|
168
|
+
alias hkpgbkdl='heroku pg:backups:delete' # hkpgbkdl: Delete a backup.
|
|
169
|
+
alias hkpgbkdw='heroku pg:backups:download' # hkpgbkdw: Downloads database backup.
|
|
170
|
+
alias hkpgbki='heroku pg:backups:info' # hkpgbki: Get information about a specific backup.
|
|
171
|
+
alias hkpgbkr='heroku pg:backups:restore' # hkpgbkr: Restore a backup (default latest) to a database.
|
|
172
|
+
alias hkpgbks='heroku pg:backups:schedule' # hkpgbks: Schedule daily backups for given database.
|
|
173
|
+
alias hkpgbksh='heroku pg:backups:schedules' # hkpgbksh: List backup schedule.
|
|
174
|
+
alias hkpgbkurl='heroku pg:backups:url' # hkpgbkurl: Get secret but publicly accessible URL of a backup.
|
|
175
|
+
alias hkpgbkk='heroku pg:backups:unschedule' # hkpgbkk: Stop daily backups.
|
|
176
|
+
alias hkpgblk='heroku pg:blocking' # hkpgblk: Display queries holding locks other queries are waiting to be released.
|
|
177
|
+
alias hkpgc='heroku pg:copy' # hkpgc: Copy all data from source db to target.
|
|
178
|
+
alias hkpgcpa='heroku pg:connection-pooling:attach' # hkpgcpa: Add an attachment to a database using connection pooling.
|
|
179
|
+
alias hkpgcr='heroku pg:credentials' # hkpgcr: Show information on credentials in the database.
|
|
180
|
+
alias hkpgcrc='heroku pg:credentials:create' # hkpgcrc: Create credential within database.
|
|
181
|
+
alias hkpgcrd='heroku pg:credentials:destroy' # hkpgcrd: Destroy credential within database.
|
|
182
|
+
alias hkpgcrr='heroku pg:credentials:rotate' # hkpgcrr: Rotate the database credentials.
|
|
183
|
+
alias hkpgcrrd='heroku pg:credentials:repair-default' # hkpgcrrd: Repair the permissions of the default credential within database.
|
|
184
|
+
alias hkpgcrurl='heroku pg:credentials:url' # hkpgcrurl: Show information on a database credential.
|
|
185
|
+
alias hkpgdg='heroku pg:diagnose' # hkpgdg: Run or view diagnostics report.
|
|
186
|
+
alias hkpgi='heroku pg:info' # hkpgi: Show database information.
|
|
187
|
+
alias hkpgk='heroku pg:kill' # hkpgk: Kill a query.
|
|
188
|
+
alias hkpgka='heroku pg:killall' # hkpgka: Terminates all connections for all credentials.
|
|
189
|
+
alias hkpglks='heroku pg:locks' # hkpglks: Display queries with active locks.
|
|
190
|
+
alias hkpglnk='heroku pg:links' # hkpglnk: Lists all databases and information on link.
|
|
191
|
+
alias hkpglnkc='heroku pg:links:create' # hkpglnkc: Create a link between data stores.
|
|
192
|
+
alias hkpglnkd='heroku pg:links:destroy' # hkpglnkd: Destroys a link between data stores.
|
|
193
|
+
alias hkpgmt='heroku pg:maintenance' # hkpgmt: Show current maintenance information.
|
|
194
|
+
alias hkpgmtr='heroku pg:maintenance:run' # hkpgmtr: Start maintenance.
|
|
195
|
+
alias hkpgmtw='heroku pg:maintenance:window' # hkpgmtw: Set weekly maintenance window.
|
|
196
|
+
alias hkpgo='heroku pg:outliers' # hkpgo: Show 10 queries that have longest execution time in aggregate.
|
|
197
|
+
alias hkpgp='heroku pg:promote' # hkpgp: Sets DATABASE as your DATABASE_URL.
|
|
198
|
+
alias hkpgps='heroku pg:ps' # hkpgps: View active queries with execution time.
|
|
199
|
+
alias hkpgpsql='heroku pg:psql' # hkpgpsql: Open a psql shell to the database.
|
|
200
|
+
alias hkpgpull='heroku pg:pull' # hkpgpull: Pull Heroku database into local or remote database.
|
|
201
|
+
alias hkpgpush='heroku pg:push' # hkpgpush: Push local or remote into Heroku database.
|
|
202
|
+
alias hkpgreset='heroku pg:reset' # hkpgreset: Delete all data in DATABASE.
|
|
203
|
+
alias hkpgset='heroku pg:settings' # hkpgreset: Show your current database settings.
|
|
204
|
+
alias hkpgsetllw='heroku pg:settings:log-lock-waits' # hkpgsetllw: Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock.
|
|
205
|
+
alias hkpgsetlmds='heroku pg:settings:log-min-duration-statement' # hkpgsetlmds: The duration of each completed statement will be logged if the statement completes after the time specified by VALUE.
|
|
206
|
+
alias hkpgsetlgs='heroku pg:settings:log-statement' # hkpgsetlgs: 'log_statement' controls which SQL statements are logged.
|
|
207
|
+
alias hkpguf='heroku pg:unfollow' # hkpguf: Stop a replica from following and make it a writeable database.
|
|
208
|
+
alias hkpgup='heroku pg:upgrade' # hkpgup: Unfollow a database and upgrade it to the latest stable PostgreSQL version.
|
|
209
|
+
alias hkpgvs='heroku pg:vacuum-stats' # hkpgvs: Show dead rows and whether an automatic vacuum is expected to be triggered.
|
|
210
|
+
alias hkpgww='heroku pg:wait' # hkpgww: Blocks until database is available.
|
|
211
|
+
alias hkpipe='heroku pipelines' # List pipelines you have access to.
|
|
212
|
+
alias hkpipea='heroku pipelines:add' # Add this app to a pipeline.
|
|
213
|
+
alias hkpipec='heroku pipelines:create' # Create a new pipeline.
|
|
214
|
+
alias hkpipect='heroku pipelines:connect' # Connect a github repo to an existing pipeline.
|
|
215
|
+
alias hkpipediff='heroku pipelines:diff' # Compares the latest release of this app to its downstream app(s).
|
|
216
|
+
alias hkpipei='heroku pipelines:info' # Show list of apps in a pipeline.
|
|
217
|
+
alias hkpipek='heroku pipelines:destroy' # Destroy a pipeline.
|
|
218
|
+
alias hkpipeo='heroku pipelines:open' # Open a pipeline in dashboard.
|
|
219
|
+
alias hkpipep='heroku pipelines:promote' # Promote the latest release of this app to its downstream app(s).
|
|
220
|
+
alias hkpiper='heroku pipelines:remove' # Remove this app from its pipeline.
|
|
221
|
+
alias hkpipern='heroku pipelines:rename' # Rename a pipeline.
|
|
222
|
+
alias hkpipes='heroku pipelines:setup' # Bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo).
|
|
223
|
+
alias hkpipett='heroku pipelines:transfer' # Transfer ownership of a pipeline.
|
|
224
|
+
alias hkpipeu='heroku pipelines:update' # Update the app's stage in a pipeline.
|
|
225
|
+
alias hkplugs='heroku plugins' # hkplugs: List installed plugins.
|
|
226
|
+
alias hkplugsi='heroku plugins:install' # hkplugsi: Installs a plugin into the CLI.
|
|
227
|
+
alias hkplugslk='heroku plugins:link' # hkplugslk: Links a plugin into the CLI for development.
|
|
228
|
+
alias hkplugsui='heroku plugins:uninstall' # hkplugsui: Removes a plugin from the CLI.
|
|
229
|
+
alias hkplugsu='heroku plugins:update' # hkplugsu: Update installed plugins.
|
|
230
|
+
alias hkpsad='heroku ps:autoscale:disable' # hkpsad: Disable web dyno autoscaling.
|
|
231
|
+
alias hkps='heroku ps' # hkps: List dynos for an app.
|
|
232
|
+
alias hkpsae='heroku ps:autoscale:enable' # hkpsae: Enable web dyno autoscaling.
|
|
233
|
+
alias hkpsc='heroku ps:copy' # hkpsc: Copy a file from a dyno to the local filesystem.
|
|
234
|
+
alias hkpse='heroku ps:exec' # hkpse: Create an SSH session to a dyno.
|
|
235
|
+
alias hkpsf='heroku ps:forward' # hkpsf: Forward traffic on a local port to a dyno.
|
|
236
|
+
alias hkpsk='heroku ps:kill' # hkpsk: Stop app dyno.
|
|
237
|
+
alias hkpsr='heroku ps:restart' # hkpsr: Restart app dynos.
|
|
238
|
+
alias hkpsrs='heroku ps:resize' # hkpsrs: Manage dyno sizes.
|
|
239
|
+
alias hkpss='heroku ps:stop' # hkpss: Stop app dyno.
|
|
240
|
+
alias hkpssc='heroku ps:scale' # hkpssc: Scale dyno quantity up or down.
|
|
241
|
+
alias hkpssck='heroku ps:socks' # hkpssck: Launch a SOCKS proxy into a dyno.
|
|
242
|
+
alias hkpst='heroku ps:type' # hkpst: Manage dyno sizes.
|
|
243
|
+
alias hkpsw='heroku ps:wait' # hkpsw: Wait for all dynos to be running latest version after a release.
|
|
244
|
+
alias hkred='heroku redis' # hkred: Gets information about redis.
|
|
245
|
+
alias hkredcli='heroku redis:cli' # hkredcli: Opens a redis prompt.
|
|
246
|
+
alias hkredcr='heroku redis:credentials' # hkredcr: Display credentials information.
|
|
247
|
+
alias hkredi='heroku redis:info' # hkredi: Gets information about redis.
|
|
248
|
+
alias hkredkn='heroku redis:keyspace-notifications' # hkredkn: Set the keyspace notifications configuration.
|
|
249
|
+
alias hkredmm='heroku redis:maxmemory' # hkredmm: Set the key eviction policy.
|
|
250
|
+
alias hkredmt='heroku redis:maintenance' # hkredmt: Manage maintenance windows.
|
|
251
|
+
alias hkredp='heroku redis:promote' # hkredp: Sets DATABASE as your REDIS_URL.
|
|
252
|
+
alias hkredsr='heroku redis:stats-reset' # hkredsr: Reset all stats covered by RESETSTAT (<https://redis.io/commands/config-resetstat>).
|
|
253
|
+
alias hkredt='heroku redis:timeout' # hkredt: Set the number of seconds to wait before killing idle connections.
|
|
254
|
+
alias hkredw='heroku redis:wait' # hkredw: Wait for Redis instance to be available.
|
|
255
|
+
alias hkrel='heroku releases' # hkrel: Display the releases for an app.
|
|
256
|
+
alias hkreli='heroku releases:info' # hkreli: View detailed information for a release.
|
|
257
|
+
alias hkrelo='heroku releases:output' # hkrelo: View the release command output.
|
|
258
|
+
alias hkrelr='heroku releases:rollback' # hkrelr: Rollback to a previous release.
|
|
259
|
+
alias hkrvae='heroku reviewapps:enable' # hkrvae: Enable review apps and/or settings on an existing pipeline.
|
|
260
|
+
alias hkrvad='heroku reviewapps:disable' # hkrvad: Disable review apps and/or settings on an existing pipeline.
|
|
261
|
+
alias hkrun='heroku run' # hkrun: Run a one-off process inside a heroku dyno.
|
|
262
|
+
alias hkrund='heroku run:detached' # hkrund: Run a detached dyno, where output is sent to your logs.
|
|
263
|
+
alias hksessions='heroku sessions' # hksessions: List your OAuth sessions.
|
|
264
|
+
alias hksessionsd='heroku sessions:destroy' # hksessionsd: Delete (logout) OAuth session by ID.
|
|
265
|
+
alias hksp='heroku spaces' # hksp: List available spaces.
|
|
266
|
+
alias hkspc='heroku spaces:create' # hkspc: Create a new space.
|
|
267
|
+
alias hkspd='heroku spaces:destroy' # hkspd: Destroy a space.
|
|
268
|
+
alias hkspi='heroku spaces:info' # hkspi: Show info about a space.
|
|
269
|
+
alias hksppi='heroku spaces:peering:info' # hksppi: Display the information necessary to initiate a peering connection.
|
|
270
|
+
alias hkspp='heroku spaces:peerings' # hkspp: List peering connections for a space.
|
|
271
|
+
alias hksppa='heroku spaces:peerings:accept' # hksppa: Accepts a pending peering request for a private space.
|
|
272
|
+
alias hksppd='heroku spaces:peerings:destroy' # hksppd: Destroys an active peering connection in a private space.
|
|
273
|
+
alias hkspps='heroku spaces:ps' # hkspps: List dynos for a space.
|
|
274
|
+
alias hkspr='heroku spaces:rename' # hkspr: Renames a space.
|
|
275
|
+
alias hksptop='heroku spaces:topology' # hksptop: Show space topology.
|
|
276
|
+
alias hkspt='heroku spaces:transfer' # hkspt: Transfer a space to another team.
|
|
277
|
+
alias hkspconf='heroku spaces:vpn:config' # hkspconf: Display the configuration information for VPN.
|
|
278
|
+
alias hkspvc='heroku spaces:vpn:connect' # hkspvc: Create VPN.
|
|
279
|
+
alias hkspvcs='heroku spaces:vpn:connections' # hkspvcs: List the VPN Connections for a space.
|
|
280
|
+
alias hkspvk='heroku spaces:vpn:destroy' # hkspvk: Destroys VPN in a private space.
|
|
281
|
+
alias hkspvi='heroku spaces:vpn:info' # hkspvi: Display the information for VPN.
|
|
282
|
+
alias hkspvu='heroku spaces:vpn:update' # hkspvu: Update VPN.
|
|
283
|
+
alias hkspvw='heroku spaces:vpn:wait' # hkspvw: Wait for VPN Connection to be created.
|
|
284
|
+
alias hkspw='heroku spaces:wait' # hkspw: Wait for a space to be created.
|
|
285
|
+
alias hkwh='heroku webhooks' # hkwh: List webhooks on an app.
|
|
286
|
+
alias hkwha='heroku webhooks:add' # hkwha: Add a webhook to an app.
|
|
287
|
+
alias hkwhdv='heroku webhooks:deliveries' # hkwhdv: List webhook deliveries on an app.
|
|
288
|
+
alias hkwhdvi='heroku webhooks:deliveries:info' # hkwhdvi: Info for a webhook event on an app.
|
|
289
|
+
alias hkwhev='heroku webhooks:events' # hkwhev: List webhook events on an app.
|
|
290
|
+
alias hkwhevi='heroku webhooks:events:info' # hkwhevi: Info for a webhook event on an app.
|
|
291
|
+
alias hkwhi='heroku webhooks:info' # hkwhi: Info for a webhook on an app.
|
|
292
|
+
alias hkwhr='heroku webhooks:remove' # hkwhr: Removes a webhook from an app.
|
|
293
|
+
alias hkwhu='heroku webhooks:update' # hkwhu: Updates a webhook in an app.
|
|
1034
294
|
fi
|