heroku 9.3.0-alpha.1 → 9.3.0-alpha.3
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/oclif.manifest.json +169 -169
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -5108,117 +5108,6 @@
|
|
|
5108
5108
|
"info.js"
|
|
5109
5109
|
]
|
|
5110
5110
|
},
|
|
5111
|
-
"git:clone": {
|
|
5112
|
-
"aliases": [],
|
|
5113
|
-
"args": {
|
|
5114
|
-
"DIRECTORY": {
|
|
5115
|
-
"description": "where to clone the app",
|
|
5116
|
-
"name": "DIRECTORY"
|
|
5117
|
-
}
|
|
5118
|
-
},
|
|
5119
|
-
"description": "clones a heroku app to your local machine at DIRECTORY (defaults to app name)",
|
|
5120
|
-
"examples": "$ heroku git:clone -a example\nCloning into 'example'...\nremote: Counting objects: 42, done.\n...",
|
|
5121
|
-
"flags": {
|
|
5122
|
-
"app": {
|
|
5123
|
-
"char": "a",
|
|
5124
|
-
"description": "the Heroku app to use",
|
|
5125
|
-
"env": "HEROKU_APP",
|
|
5126
|
-
"name": "app",
|
|
5127
|
-
"required": true,
|
|
5128
|
-
"hasDynamicHelp": false,
|
|
5129
|
-
"multiple": false,
|
|
5130
|
-
"type": "option"
|
|
5131
|
-
},
|
|
5132
|
-
"remote": {
|
|
5133
|
-
"char": "r",
|
|
5134
|
-
"description": "the git remote to create, default \"heroku\"",
|
|
5135
|
-
"name": "remote",
|
|
5136
|
-
"hasDynamicHelp": false,
|
|
5137
|
-
"multiple": false,
|
|
5138
|
-
"type": "option"
|
|
5139
|
-
}
|
|
5140
|
-
},
|
|
5141
|
-
"hasDynamicHelp": false,
|
|
5142
|
-
"hiddenAliases": [],
|
|
5143
|
-
"id": "git:clone",
|
|
5144
|
-
"pluginAlias": "heroku",
|
|
5145
|
-
"pluginName": "heroku",
|
|
5146
|
-
"pluginType": "core",
|
|
5147
|
-
"strict": true,
|
|
5148
|
-
"example": "$ heroku git:clone -a example\nCloning into 'example'...\nremote: Counting objects: 42, done.\n...",
|
|
5149
|
-
"isESM": false,
|
|
5150
|
-
"relativePath": [
|
|
5151
|
-
"lib",
|
|
5152
|
-
"commands",
|
|
5153
|
-
"git",
|
|
5154
|
-
"clone.js"
|
|
5155
|
-
]
|
|
5156
|
-
},
|
|
5157
|
-
"git:credentials": {
|
|
5158
|
-
"aliases": [],
|
|
5159
|
-
"args": {
|
|
5160
|
-
"command": {
|
|
5161
|
-
"name": "command",
|
|
5162
|
-
"required": true
|
|
5163
|
-
}
|
|
5164
|
-
},
|
|
5165
|
-
"description": "internal command for git-credentials",
|
|
5166
|
-
"flags": {},
|
|
5167
|
-
"hasDynamicHelp": false,
|
|
5168
|
-
"hidden": true,
|
|
5169
|
-
"hiddenAliases": [],
|
|
5170
|
-
"id": "git:credentials",
|
|
5171
|
-
"pluginAlias": "heroku",
|
|
5172
|
-
"pluginName": "heroku",
|
|
5173
|
-
"pluginType": "core",
|
|
5174
|
-
"strict": true,
|
|
5175
|
-
"isESM": false,
|
|
5176
|
-
"relativePath": [
|
|
5177
|
-
"lib",
|
|
5178
|
-
"commands",
|
|
5179
|
-
"git",
|
|
5180
|
-
"credentials.js"
|
|
5181
|
-
]
|
|
5182
|
-
},
|
|
5183
|
-
"git:remote": {
|
|
5184
|
-
"aliases": [],
|
|
5185
|
-
"args": {},
|
|
5186
|
-
"description": "adds a git remote to an app repo\nextra arguments will be passed to git remote add\n",
|
|
5187
|
-
"examples": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
|
|
5188
|
-
"flags": {
|
|
5189
|
-
"app": {
|
|
5190
|
-
"char": "a",
|
|
5191
|
-
"description": "the Heroku app to use",
|
|
5192
|
-
"name": "app",
|
|
5193
|
-
"hasDynamicHelp": false,
|
|
5194
|
-
"multiple": false,
|
|
5195
|
-
"type": "option"
|
|
5196
|
-
},
|
|
5197
|
-
"remote": {
|
|
5198
|
-
"char": "r",
|
|
5199
|
-
"description": "the git remote to create",
|
|
5200
|
-
"name": "remote",
|
|
5201
|
-
"hasDynamicHelp": false,
|
|
5202
|
-
"multiple": false,
|
|
5203
|
-
"type": "option"
|
|
5204
|
-
}
|
|
5205
|
-
},
|
|
5206
|
-
"hasDynamicHelp": false,
|
|
5207
|
-
"hiddenAliases": [],
|
|
5208
|
-
"id": "git:remote",
|
|
5209
|
-
"pluginAlias": "heroku",
|
|
5210
|
-
"pluginName": "heroku",
|
|
5211
|
-
"pluginType": "core",
|
|
5212
|
-
"strict": false,
|
|
5213
|
-
"example": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
|
|
5214
|
-
"isESM": false,
|
|
5215
|
-
"relativePath": [
|
|
5216
|
-
"lib",
|
|
5217
|
-
"commands",
|
|
5218
|
-
"git",
|
|
5219
|
-
"remote.js"
|
|
5220
|
-
]
|
|
5221
|
-
},
|
|
5222
5111
|
"keys:add": {
|
|
5223
5112
|
"aliases": [],
|
|
5224
5113
|
"args": {
|
|
@@ -5341,6 +5230,117 @@
|
|
|
5341
5230
|
"remove.js"
|
|
5342
5231
|
]
|
|
5343
5232
|
},
|
|
5233
|
+
"git:clone": {
|
|
5234
|
+
"aliases": [],
|
|
5235
|
+
"args": {
|
|
5236
|
+
"DIRECTORY": {
|
|
5237
|
+
"description": "where to clone the app",
|
|
5238
|
+
"name": "DIRECTORY"
|
|
5239
|
+
}
|
|
5240
|
+
},
|
|
5241
|
+
"description": "clones a heroku app to your local machine at DIRECTORY (defaults to app name)",
|
|
5242
|
+
"examples": "$ heroku git:clone -a example\nCloning into 'example'...\nremote: Counting objects: 42, done.\n...",
|
|
5243
|
+
"flags": {
|
|
5244
|
+
"app": {
|
|
5245
|
+
"char": "a",
|
|
5246
|
+
"description": "the Heroku app to use",
|
|
5247
|
+
"env": "HEROKU_APP",
|
|
5248
|
+
"name": "app",
|
|
5249
|
+
"required": true,
|
|
5250
|
+
"hasDynamicHelp": false,
|
|
5251
|
+
"multiple": false,
|
|
5252
|
+
"type": "option"
|
|
5253
|
+
},
|
|
5254
|
+
"remote": {
|
|
5255
|
+
"char": "r",
|
|
5256
|
+
"description": "the git remote to create, default \"heroku\"",
|
|
5257
|
+
"name": "remote",
|
|
5258
|
+
"hasDynamicHelp": false,
|
|
5259
|
+
"multiple": false,
|
|
5260
|
+
"type": "option"
|
|
5261
|
+
}
|
|
5262
|
+
},
|
|
5263
|
+
"hasDynamicHelp": false,
|
|
5264
|
+
"hiddenAliases": [],
|
|
5265
|
+
"id": "git:clone",
|
|
5266
|
+
"pluginAlias": "heroku",
|
|
5267
|
+
"pluginName": "heroku",
|
|
5268
|
+
"pluginType": "core",
|
|
5269
|
+
"strict": true,
|
|
5270
|
+
"example": "$ heroku git:clone -a example\nCloning into 'example'...\nremote: Counting objects: 42, done.\n...",
|
|
5271
|
+
"isESM": false,
|
|
5272
|
+
"relativePath": [
|
|
5273
|
+
"lib",
|
|
5274
|
+
"commands",
|
|
5275
|
+
"git",
|
|
5276
|
+
"clone.js"
|
|
5277
|
+
]
|
|
5278
|
+
},
|
|
5279
|
+
"git:credentials": {
|
|
5280
|
+
"aliases": [],
|
|
5281
|
+
"args": {
|
|
5282
|
+
"command": {
|
|
5283
|
+
"name": "command",
|
|
5284
|
+
"required": true
|
|
5285
|
+
}
|
|
5286
|
+
},
|
|
5287
|
+
"description": "internal command for git-credentials",
|
|
5288
|
+
"flags": {},
|
|
5289
|
+
"hasDynamicHelp": false,
|
|
5290
|
+
"hidden": true,
|
|
5291
|
+
"hiddenAliases": [],
|
|
5292
|
+
"id": "git:credentials",
|
|
5293
|
+
"pluginAlias": "heroku",
|
|
5294
|
+
"pluginName": "heroku",
|
|
5295
|
+
"pluginType": "core",
|
|
5296
|
+
"strict": true,
|
|
5297
|
+
"isESM": false,
|
|
5298
|
+
"relativePath": [
|
|
5299
|
+
"lib",
|
|
5300
|
+
"commands",
|
|
5301
|
+
"git",
|
|
5302
|
+
"credentials.js"
|
|
5303
|
+
]
|
|
5304
|
+
},
|
|
5305
|
+
"git:remote": {
|
|
5306
|
+
"aliases": [],
|
|
5307
|
+
"args": {},
|
|
5308
|
+
"description": "adds a git remote to an app repo\nextra arguments will be passed to git remote add\n",
|
|
5309
|
+
"examples": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
|
|
5310
|
+
"flags": {
|
|
5311
|
+
"app": {
|
|
5312
|
+
"char": "a",
|
|
5313
|
+
"description": "the Heroku app to use",
|
|
5314
|
+
"name": "app",
|
|
5315
|
+
"hasDynamicHelp": false,
|
|
5316
|
+
"multiple": false,
|
|
5317
|
+
"type": "option"
|
|
5318
|
+
},
|
|
5319
|
+
"remote": {
|
|
5320
|
+
"char": "r",
|
|
5321
|
+
"description": "the git remote to create",
|
|
5322
|
+
"name": "remote",
|
|
5323
|
+
"hasDynamicHelp": false,
|
|
5324
|
+
"multiple": false,
|
|
5325
|
+
"type": "option"
|
|
5326
|
+
}
|
|
5327
|
+
},
|
|
5328
|
+
"hasDynamicHelp": false,
|
|
5329
|
+
"hiddenAliases": [],
|
|
5330
|
+
"id": "git:remote",
|
|
5331
|
+
"pluginAlias": "heroku",
|
|
5332
|
+
"pluginName": "heroku",
|
|
5333
|
+
"pluginType": "core",
|
|
5334
|
+
"strict": false,
|
|
5335
|
+
"example": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
|
|
5336
|
+
"isESM": false,
|
|
5337
|
+
"relativePath": [
|
|
5338
|
+
"lib",
|
|
5339
|
+
"commands",
|
|
5340
|
+
"git",
|
|
5341
|
+
"remote.js"
|
|
5342
|
+
]
|
|
5343
|
+
},
|
|
5344
5344
|
"labs:disable": {
|
|
5345
5345
|
"aliases": [],
|
|
5346
5346
|
"args": {
|
|
@@ -5945,63 +5945,6 @@
|
|
|
5945
5945
|
"set.js"
|
|
5946
5946
|
]
|
|
5947
5947
|
},
|
|
5948
|
-
"notifications": {
|
|
5949
|
-
"aliases": [],
|
|
5950
|
-
"args": {},
|
|
5951
|
-
"description": "display notifications",
|
|
5952
|
-
"flags": {
|
|
5953
|
-
"app": {
|
|
5954
|
-
"char": "a",
|
|
5955
|
-
"description": "app to run command against",
|
|
5956
|
-
"name": "app",
|
|
5957
|
-
"required": false,
|
|
5958
|
-
"hasDynamicHelp": false,
|
|
5959
|
-
"multiple": false,
|
|
5960
|
-
"type": "option"
|
|
5961
|
-
},
|
|
5962
|
-
"remote": {
|
|
5963
|
-
"char": "r",
|
|
5964
|
-
"description": "git remote of app to use",
|
|
5965
|
-
"name": "remote",
|
|
5966
|
-
"hasDynamicHelp": false,
|
|
5967
|
-
"multiple": false,
|
|
5968
|
-
"type": "option"
|
|
5969
|
-
},
|
|
5970
|
-
"all": {
|
|
5971
|
-
"description": "view all notifications (not just the ones for the current app)",
|
|
5972
|
-
"name": "all",
|
|
5973
|
-
"allowNo": false,
|
|
5974
|
-
"type": "boolean"
|
|
5975
|
-
},
|
|
5976
|
-
"json": {
|
|
5977
|
-
"description": "output in json format",
|
|
5978
|
-
"name": "json",
|
|
5979
|
-
"allowNo": false,
|
|
5980
|
-
"type": "boolean"
|
|
5981
|
-
},
|
|
5982
|
-
"read": {
|
|
5983
|
-
"description": "show notifications already read",
|
|
5984
|
-
"name": "read",
|
|
5985
|
-
"allowNo": false,
|
|
5986
|
-
"type": "boolean"
|
|
5987
|
-
}
|
|
5988
|
-
},
|
|
5989
|
-
"hasDynamicHelp": false,
|
|
5990
|
-
"hiddenAliases": [],
|
|
5991
|
-
"id": "notifications",
|
|
5992
|
-
"pluginAlias": "heroku",
|
|
5993
|
-
"pluginName": "heroku",
|
|
5994
|
-
"pluginType": "core",
|
|
5995
|
-
"strict": true,
|
|
5996
|
-
"topic": "notifications",
|
|
5997
|
-
"isESM": false,
|
|
5998
|
-
"relativePath": [
|
|
5999
|
-
"lib",
|
|
6000
|
-
"commands",
|
|
6001
|
-
"notifications",
|
|
6002
|
-
"index.js"
|
|
6003
|
-
]
|
|
6004
|
-
},
|
|
6005
5948
|
"orgs": {
|
|
6006
5949
|
"aliases": [],
|
|
6007
5950
|
"args": {},
|
|
@@ -6074,6 +6017,63 @@
|
|
|
6074
6017
|
"open.js"
|
|
6075
6018
|
]
|
|
6076
6019
|
},
|
|
6020
|
+
"notifications": {
|
|
6021
|
+
"aliases": [],
|
|
6022
|
+
"args": {},
|
|
6023
|
+
"description": "display notifications",
|
|
6024
|
+
"flags": {
|
|
6025
|
+
"app": {
|
|
6026
|
+
"char": "a",
|
|
6027
|
+
"description": "app to run command against",
|
|
6028
|
+
"name": "app",
|
|
6029
|
+
"required": false,
|
|
6030
|
+
"hasDynamicHelp": false,
|
|
6031
|
+
"multiple": false,
|
|
6032
|
+
"type": "option"
|
|
6033
|
+
},
|
|
6034
|
+
"remote": {
|
|
6035
|
+
"char": "r",
|
|
6036
|
+
"description": "git remote of app to use",
|
|
6037
|
+
"name": "remote",
|
|
6038
|
+
"hasDynamicHelp": false,
|
|
6039
|
+
"multiple": false,
|
|
6040
|
+
"type": "option"
|
|
6041
|
+
},
|
|
6042
|
+
"all": {
|
|
6043
|
+
"description": "view all notifications (not just the ones for the current app)",
|
|
6044
|
+
"name": "all",
|
|
6045
|
+
"allowNo": false,
|
|
6046
|
+
"type": "boolean"
|
|
6047
|
+
},
|
|
6048
|
+
"json": {
|
|
6049
|
+
"description": "output in json format",
|
|
6050
|
+
"name": "json",
|
|
6051
|
+
"allowNo": false,
|
|
6052
|
+
"type": "boolean"
|
|
6053
|
+
},
|
|
6054
|
+
"read": {
|
|
6055
|
+
"description": "show notifications already read",
|
|
6056
|
+
"name": "read",
|
|
6057
|
+
"allowNo": false,
|
|
6058
|
+
"type": "boolean"
|
|
6059
|
+
}
|
|
6060
|
+
},
|
|
6061
|
+
"hasDynamicHelp": false,
|
|
6062
|
+
"hiddenAliases": [],
|
|
6063
|
+
"id": "notifications",
|
|
6064
|
+
"pluginAlias": "heroku",
|
|
6065
|
+
"pluginName": "heroku",
|
|
6066
|
+
"pluginType": "core",
|
|
6067
|
+
"strict": true,
|
|
6068
|
+
"topic": "notifications",
|
|
6069
|
+
"isESM": false,
|
|
6070
|
+
"relativePath": [
|
|
6071
|
+
"lib",
|
|
6072
|
+
"commands",
|
|
6073
|
+
"notifications",
|
|
6074
|
+
"index.js"
|
|
6075
|
+
]
|
|
6076
|
+
},
|
|
6077
6077
|
"pg:bloat": {
|
|
6078
6078
|
"aliases": [],
|
|
6079
6079
|
"args": {
|
|
@@ -13779,5 +13779,5 @@
|
|
|
13779
13779
|
]
|
|
13780
13780
|
}
|
|
13781
13781
|
},
|
|
13782
|
-
"version": "9.3.0-alpha.
|
|
13782
|
+
"version": "9.3.0-alpha.3"
|
|
13783
13783
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "9.3.0-alpha.
|
|
4
|
+
"version": "9.3.0-alpha.3",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -388,5 +388,5 @@
|
|
|
388
388
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
389
389
|
},
|
|
390
390
|
"types": "lib/index.d.ts",
|
|
391
|
-
"gitHead": "
|
|
391
|
+
"gitHead": "8eb3136bae5c474a74c48969a0dcba2beffeb7ea"
|
|
392
392
|
}
|