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