heroku 10.6.2-alpha.0 → 10.7.0-beta.0
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/bin/run +7 -36
- package/lib/analytics.js +1 -3
- package/lib/commands/addons/create.js +0 -9
- package/lib/commands/keys/add.js +1 -1
- package/lib/global_telemetry.d.ts +1 -1
- package/lib/global_telemetry.js +1 -3
- package/lib/lib/ci/source.js +3 -2
- package/oclif.manifest.json +624 -624
- package/package.json +4 -8
- package/bin/heroku-prompts.js +0 -235
- package/bin/heroku-repl.js +0 -620
- package/lib/hooks/plugins/preinstall/disclaimers.d.ts +0 -3
- package/lib/hooks/plugins/preinstall/disclaimers.js +0 -26
package/oclif.manifest.json
CHANGED
|
@@ -2907,38 +2907,35 @@
|
|
|
2907
2907
|
"versions.js"
|
|
2908
2908
|
]
|
|
2909
2909
|
},
|
|
2910
|
-
"
|
|
2910
|
+
"ci:debug": {
|
|
2911
2911
|
"aliases": [],
|
|
2912
|
-
"args": {
|
|
2913
|
-
|
|
2914
|
-
"description": "absolute path of the certificate file on disk",
|
|
2915
|
-
"name": "CRT",
|
|
2916
|
-
"required": true
|
|
2917
|
-
},
|
|
2918
|
-
"KEY": {
|
|
2919
|
-
"description": "absolute path of the key file on disk",
|
|
2920
|
-
"name": "KEY",
|
|
2921
|
-
"required": true
|
|
2922
|
-
}
|
|
2923
|
-
},
|
|
2924
|
-
"description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
|
|
2925
|
-
"examples": [
|
|
2926
|
-
"$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
|
|
2927
|
-
],
|
|
2912
|
+
"args": {},
|
|
2913
|
+
"description": "opens an interactive test debugging session with the contents of the current directory",
|
|
2928
2914
|
"flags": {
|
|
2929
2915
|
"app": {
|
|
2930
2916
|
"char": "a",
|
|
2931
2917
|
"description": "app to run command against",
|
|
2932
2918
|
"name": "app",
|
|
2933
|
-
"required": true,
|
|
2934
2919
|
"hasDynamicHelp": false,
|
|
2935
2920
|
"multiple": false,
|
|
2936
2921
|
"type": "option"
|
|
2937
2922
|
},
|
|
2938
|
-
"
|
|
2939
|
-
"
|
|
2940
|
-
"
|
|
2941
|
-
"
|
|
2923
|
+
"no-cache": {
|
|
2924
|
+
"description": "start test run with an empty cache",
|
|
2925
|
+
"name": "no-cache",
|
|
2926
|
+
"allowNo": false,
|
|
2927
|
+
"type": "boolean"
|
|
2928
|
+
},
|
|
2929
|
+
"no-setup": {
|
|
2930
|
+
"description": "start test dyno without running test-setup",
|
|
2931
|
+
"name": "no-setup",
|
|
2932
|
+
"allowNo": false,
|
|
2933
|
+
"type": "boolean"
|
|
2934
|
+
},
|
|
2935
|
+
"pipeline": {
|
|
2936
|
+
"char": "p",
|
|
2937
|
+
"description": "name of pipeline",
|
|
2938
|
+
"name": "pipeline",
|
|
2942
2939
|
"hasDynamicHelp": false,
|
|
2943
2940
|
"multiple": false,
|
|
2944
2941
|
"type": "option"
|
|
@@ -2946,92 +2943,102 @@
|
|
|
2946
2943
|
},
|
|
2947
2944
|
"hasDynamicHelp": false,
|
|
2948
2945
|
"hiddenAliases": [],
|
|
2949
|
-
"id": "
|
|
2946
|
+
"id": "ci:debug",
|
|
2950
2947
|
"pluginAlias": "heroku",
|
|
2951
2948
|
"pluginName": "heroku",
|
|
2952
2949
|
"pluginType": "core",
|
|
2953
2950
|
"strict": true,
|
|
2954
|
-
"
|
|
2951
|
+
"help": "Example:\n\n $ heroku ci:debug --pipeline PIPELINE\n Preparing source... done\n Creating test run... done\n Running setup and attaching to test dyno...\n\n~ $\n",
|
|
2952
|
+
"topic": "ci",
|
|
2955
2953
|
"isESM": false,
|
|
2956
2954
|
"relativePath": [
|
|
2957
2955
|
"lib",
|
|
2958
2956
|
"commands",
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2957
|
+
"ci",
|
|
2958
|
+
"debug.js"
|
|
2961
2959
|
]
|
|
2962
2960
|
},
|
|
2963
|
-
"
|
|
2961
|
+
"ci": {
|
|
2964
2962
|
"aliases": [],
|
|
2965
|
-
"args": {
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
}
|
|
2971
|
-
},
|
|
2972
|
-
"description": "generate a key and a CSR or self-signed certificate",
|
|
2963
|
+
"args": {},
|
|
2964
|
+
"description": "display the most recent CI runs for the given pipeline",
|
|
2965
|
+
"examples": [
|
|
2966
|
+
"$ heroku ci --app murmuring-headland-14719\n"
|
|
2967
|
+
],
|
|
2973
2968
|
"flags": {
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2978
|
-
"allowNo": false,
|
|
2979
|
-
"type": "boolean"
|
|
2980
|
-
},
|
|
2981
|
-
"keysize": {
|
|
2982
|
-
"description": "RSA key size in bits (default: 2048)",
|
|
2983
|
-
"name": "keysize",
|
|
2984
|
-
"hasDynamicHelp": false,
|
|
2985
|
-
"multiple": false,
|
|
2986
|
-
"type": "option"
|
|
2987
|
-
},
|
|
2988
|
-
"owner": {
|
|
2989
|
-
"description": "name of organization certificate belongs to",
|
|
2990
|
-
"name": "owner",
|
|
2991
|
-
"hasDynamicHelp": false,
|
|
2992
|
-
"multiple": false,
|
|
2993
|
-
"type": "option"
|
|
2994
|
-
},
|
|
2995
|
-
"country": {
|
|
2996
|
-
"description": "country of owner, as a two-letter ISO country code",
|
|
2997
|
-
"name": "country",
|
|
2969
|
+
"app": {
|
|
2970
|
+
"char": "a",
|
|
2971
|
+
"description": "app to run command against",
|
|
2972
|
+
"name": "app",
|
|
2998
2973
|
"hasDynamicHelp": false,
|
|
2999
2974
|
"multiple": false,
|
|
3000
2975
|
"type": "option"
|
|
3001
2976
|
},
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
2977
|
+
"remote": {
|
|
2978
|
+
"char": "r",
|
|
2979
|
+
"description": "git remote of app to use",
|
|
2980
|
+
"name": "remote",
|
|
3005
2981
|
"hasDynamicHelp": false,
|
|
3006
2982
|
"multiple": false,
|
|
3007
2983
|
"type": "option"
|
|
3008
2984
|
},
|
|
3009
|
-
"
|
|
3010
|
-
"description": "
|
|
3011
|
-
"name": "
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
"type": "
|
|
2985
|
+
"watch": {
|
|
2986
|
+
"description": "keep running and watch for new and update tests",
|
|
2987
|
+
"name": "watch",
|
|
2988
|
+
"required": false,
|
|
2989
|
+
"allowNo": false,
|
|
2990
|
+
"type": "boolean"
|
|
3015
2991
|
},
|
|
3016
|
-
"
|
|
3017
|
-
"
|
|
3018
|
-
"
|
|
2992
|
+
"pipeline": {
|
|
2993
|
+
"char": "p",
|
|
2994
|
+
"description": "name of pipeline",
|
|
2995
|
+
"name": "pipeline",
|
|
2996
|
+
"required": false,
|
|
3019
2997
|
"hasDynamicHelp": false,
|
|
3020
2998
|
"multiple": false,
|
|
3021
2999
|
"type": "option"
|
|
3022
3000
|
},
|
|
3023
|
-
"
|
|
3024
|
-
"description": "
|
|
3025
|
-
"name": "
|
|
3001
|
+
"json": {
|
|
3002
|
+
"description": "output in json format",
|
|
3003
|
+
"name": "json",
|
|
3026
3004
|
"required": false,
|
|
3027
3005
|
"allowNo": false,
|
|
3028
3006
|
"type": "boolean"
|
|
3029
|
-
}
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
"hasDynamicHelp": false,
|
|
3010
|
+
"hiddenAliases": [],
|
|
3011
|
+
"id": "ci",
|
|
3012
|
+
"pluginAlias": "heroku",
|
|
3013
|
+
"pluginName": "heroku",
|
|
3014
|
+
"pluginType": "core",
|
|
3015
|
+
"strict": true,
|
|
3016
|
+
"isESM": false,
|
|
3017
|
+
"relativePath": [
|
|
3018
|
+
"lib",
|
|
3019
|
+
"commands",
|
|
3020
|
+
"ci",
|
|
3021
|
+
"index.js"
|
|
3022
|
+
]
|
|
3023
|
+
},
|
|
3024
|
+
"ci:info": {
|
|
3025
|
+
"aliases": [],
|
|
3026
|
+
"args": {
|
|
3027
|
+
"test-run": {
|
|
3028
|
+
"description": "auto-incremented test run number",
|
|
3029
|
+
"name": "test-run",
|
|
3030
|
+
"required": true
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"description": "show the status of a specific test run",
|
|
3034
|
+
"examples": [
|
|
3035
|
+
"$ heroku ci:info 1288 --app murmuring-headland-14719\n"
|
|
3036
|
+
],
|
|
3037
|
+
"flags": {
|
|
3030
3038
|
"app": {
|
|
3031
3039
|
"char": "a",
|
|
3032
3040
|
"description": "app to run command against",
|
|
3033
3041
|
"name": "app",
|
|
3034
|
-
"required": true,
|
|
3035
3042
|
"hasDynamicHelp": false,
|
|
3036
3043
|
"multiple": false,
|
|
3037
3044
|
"type": "option"
|
|
@@ -3043,35 +3050,52 @@
|
|
|
3043
3050
|
"hasDynamicHelp": false,
|
|
3044
3051
|
"multiple": false,
|
|
3045
3052
|
"type": "option"
|
|
3053
|
+
},
|
|
3054
|
+
"node": {
|
|
3055
|
+
"description": "the node number to show its setup and output",
|
|
3056
|
+
"name": "node",
|
|
3057
|
+
"required": false,
|
|
3058
|
+
"hasDynamicHelp": false,
|
|
3059
|
+
"multiple": false,
|
|
3060
|
+
"type": "option"
|
|
3061
|
+
},
|
|
3062
|
+
"pipeline": {
|
|
3063
|
+
"char": "p",
|
|
3064
|
+
"description": "name of pipeline",
|
|
3065
|
+
"name": "pipeline",
|
|
3066
|
+
"required": false,
|
|
3067
|
+
"hasDynamicHelp": false,
|
|
3068
|
+
"multiple": false,
|
|
3069
|
+
"type": "option"
|
|
3046
3070
|
}
|
|
3047
3071
|
},
|
|
3048
3072
|
"hasDynamicHelp": false,
|
|
3049
3073
|
"hiddenAliases": [],
|
|
3050
|
-
"id": "
|
|
3074
|
+
"id": "ci:info",
|
|
3051
3075
|
"pluginAlias": "heroku",
|
|
3052
3076
|
"pluginName": "heroku",
|
|
3053
3077
|
"pluginType": "core",
|
|
3054
3078
|
"strict": true,
|
|
3055
|
-
"topic": "certs",
|
|
3056
|
-
"help": "Generate a key and certificate signing request (or self-signed certificate)\nfor an app. Prompts for information to put in the certificate unless --now\nis used, or at least one of the --subject, --owner, --country, --area, or\n--city options is specified.",
|
|
3057
3079
|
"isESM": false,
|
|
3058
3080
|
"relativePath": [
|
|
3059
3081
|
"lib",
|
|
3060
3082
|
"commands",
|
|
3061
|
-
"
|
|
3062
|
-
"
|
|
3083
|
+
"ci",
|
|
3084
|
+
"info.js"
|
|
3063
3085
|
]
|
|
3064
3086
|
},
|
|
3065
|
-
"
|
|
3087
|
+
"ci:last": {
|
|
3066
3088
|
"aliases": [],
|
|
3067
3089
|
"args": {},
|
|
3068
|
-
"description": "
|
|
3090
|
+
"description": "looks for the most recent run and returns the output of that run",
|
|
3091
|
+
"examples": [
|
|
3092
|
+
"$ heroku ci:last --pipeline=my-pipeline --node 100\n"
|
|
3093
|
+
],
|
|
3069
3094
|
"flags": {
|
|
3070
3095
|
"app": {
|
|
3071
3096
|
"char": "a",
|
|
3072
3097
|
"description": "app to run command against",
|
|
3073
3098
|
"name": "app",
|
|
3074
|
-
"required": true,
|
|
3075
3099
|
"hasDynamicHelp": false,
|
|
3076
3100
|
"multiple": false,
|
|
3077
3101
|
"type": "option"
|
|
@@ -3083,46 +3107,76 @@
|
|
|
3083
3107
|
"hasDynamicHelp": false,
|
|
3084
3108
|
"multiple": false,
|
|
3085
3109
|
"type": "option"
|
|
3110
|
+
},
|
|
3111
|
+
"node": {
|
|
3112
|
+
"description": "the node number to show its setup and output",
|
|
3113
|
+
"name": "node",
|
|
3114
|
+
"required": false,
|
|
3115
|
+
"hasDynamicHelp": false,
|
|
3116
|
+
"multiple": false,
|
|
3117
|
+
"type": "option"
|
|
3118
|
+
},
|
|
3119
|
+
"pipeline": {
|
|
3120
|
+
"char": "p",
|
|
3121
|
+
"description": "name of pipeline",
|
|
3122
|
+
"name": "pipeline",
|
|
3123
|
+
"required": false,
|
|
3124
|
+
"hasDynamicHelp": false,
|
|
3125
|
+
"multiple": false,
|
|
3126
|
+
"type": "option"
|
|
3086
3127
|
}
|
|
3087
3128
|
},
|
|
3088
3129
|
"hasDynamicHelp": false,
|
|
3089
3130
|
"hiddenAliases": [],
|
|
3090
|
-
"id": "
|
|
3131
|
+
"id": "ci:last",
|
|
3091
3132
|
"pluginAlias": "heroku",
|
|
3092
3133
|
"pluginName": "heroku",
|
|
3093
3134
|
"pluginType": "core",
|
|
3094
3135
|
"strict": true,
|
|
3095
|
-
"topic": "certs",
|
|
3096
3136
|
"isESM": false,
|
|
3097
3137
|
"relativePath": [
|
|
3098
3138
|
"lib",
|
|
3099
3139
|
"commands",
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3140
|
+
"ci",
|
|
3141
|
+
"last.js"
|
|
3102
3142
|
]
|
|
3103
3143
|
},
|
|
3104
|
-
"
|
|
3144
|
+
"ci:migrate-manifest": {
|
|
3105
3145
|
"aliases": [],
|
|
3106
3146
|
"args": {},
|
|
3107
|
-
"description": "
|
|
3147
|
+
"description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
|
|
3148
|
+
"examples": [
|
|
3149
|
+
"$ heroku ci:migrate-manifest"
|
|
3150
|
+
],
|
|
3151
|
+
"flags": {},
|
|
3152
|
+
"hasDynamicHelp": false,
|
|
3153
|
+
"hiddenAliases": [],
|
|
3154
|
+
"id": "ci:migrate-manifest",
|
|
3155
|
+
"pluginAlias": "heroku",
|
|
3156
|
+
"pluginName": "heroku",
|
|
3157
|
+
"pluginType": "core",
|
|
3158
|
+
"strict": true,
|
|
3159
|
+
"topic": "ci",
|
|
3160
|
+
"isESM": false,
|
|
3161
|
+
"relativePath": [
|
|
3162
|
+
"lib",
|
|
3163
|
+
"commands",
|
|
3164
|
+
"ci",
|
|
3165
|
+
"migrate-manifest.js"
|
|
3166
|
+
]
|
|
3167
|
+
},
|
|
3168
|
+
"ci:open": {
|
|
3169
|
+
"aliases": [],
|
|
3170
|
+
"args": {},
|
|
3171
|
+
"description": "open the Dashboard version of Heroku CI",
|
|
3172
|
+
"examples": [
|
|
3173
|
+
"$ heroku ci:open --app murmuring-headland-14719"
|
|
3174
|
+
],
|
|
3108
3175
|
"flags": {
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3113
|
-
"multiple": false,
|
|
3114
|
-
"type": "option"
|
|
3115
|
-
},
|
|
3116
|
-
"endpoint": {
|
|
3117
|
-
"description": "endpoint to check info on",
|
|
3118
|
-
"name": "endpoint",
|
|
3119
|
-
"hasDynamicHelp": false,
|
|
3120
|
-
"multiple": false,
|
|
3121
|
-
"type": "option"
|
|
3122
|
-
},
|
|
3123
|
-
"show-domains": {
|
|
3124
|
-
"description": "show associated domains",
|
|
3125
|
-
"name": "show-domains",
|
|
3176
|
+
"help": {
|
|
3177
|
+
"char": "h",
|
|
3178
|
+
"description": "Show CLI help.",
|
|
3179
|
+
"name": "help",
|
|
3126
3180
|
"allowNo": false,
|
|
3127
3181
|
"type": "boolean"
|
|
3128
3182
|
},
|
|
@@ -3142,55 +3196,100 @@
|
|
|
3142
3196
|
"hasDynamicHelp": false,
|
|
3143
3197
|
"multiple": false,
|
|
3144
3198
|
"type": "option"
|
|
3199
|
+
},
|
|
3200
|
+
"pipeline": {
|
|
3201
|
+
"char": "p",
|
|
3202
|
+
"description": "name of pipeline",
|
|
3203
|
+
"name": "pipeline",
|
|
3204
|
+
"required": false,
|
|
3205
|
+
"hasDynamicHelp": false,
|
|
3206
|
+
"multiple": false,
|
|
3207
|
+
"type": "option"
|
|
3145
3208
|
}
|
|
3146
3209
|
},
|
|
3147
3210
|
"hasDynamicHelp": false,
|
|
3148
3211
|
"hiddenAliases": [],
|
|
3149
|
-
"id": "
|
|
3212
|
+
"id": "ci:open",
|
|
3150
3213
|
"pluginAlias": "heroku",
|
|
3151
3214
|
"pluginName": "heroku",
|
|
3152
3215
|
"pluginType": "core",
|
|
3153
3216
|
"strict": true,
|
|
3154
|
-
"topic": "
|
|
3217
|
+
"topic": "ci",
|
|
3155
3218
|
"isESM": false,
|
|
3156
3219
|
"relativePath": [
|
|
3157
3220
|
"lib",
|
|
3158
3221
|
"commands",
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3222
|
+
"ci",
|
|
3223
|
+
"open.js"
|
|
3161
3224
|
]
|
|
3162
3225
|
},
|
|
3163
|
-
"
|
|
3226
|
+
"ci:rerun": {
|
|
3164
3227
|
"aliases": [],
|
|
3165
|
-
"args": {
|
|
3166
|
-
|
|
3228
|
+
"args": {
|
|
3229
|
+
"number": {
|
|
3230
|
+
"description": "auto-incremented test run number",
|
|
3231
|
+
"name": "number",
|
|
3232
|
+
"required": false
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
"description": "rerun tests against current directory",
|
|
3236
|
+
"examples": [
|
|
3237
|
+
"$ heroku ci:rerun 985 --app murmuring-headland-14719\n"
|
|
3238
|
+
],
|
|
3167
3239
|
"flags": {
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3170
|
-
"
|
|
3240
|
+
"app": {
|
|
3241
|
+
"char": "a",
|
|
3242
|
+
"description": "app to run command against",
|
|
3243
|
+
"name": "app",
|
|
3171
3244
|
"hasDynamicHelp": false,
|
|
3172
3245
|
"multiple": false,
|
|
3173
3246
|
"type": "option"
|
|
3174
3247
|
},
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3248
|
+
"remote": {
|
|
3249
|
+
"char": "r",
|
|
3250
|
+
"description": "git remote of app to use",
|
|
3251
|
+
"name": "remote",
|
|
3178
3252
|
"hasDynamicHelp": false,
|
|
3179
3253
|
"multiple": false,
|
|
3180
3254
|
"type": "option"
|
|
3181
3255
|
},
|
|
3182
|
-
"
|
|
3183
|
-
"
|
|
3184
|
-
"
|
|
3256
|
+
"pipeline": {
|
|
3257
|
+
"char": "p",
|
|
3258
|
+
"description": "name of pipeline",
|
|
3259
|
+
"name": "pipeline",
|
|
3260
|
+
"required": false,
|
|
3185
3261
|
"hasDynamicHelp": false,
|
|
3186
3262
|
"multiple": false,
|
|
3187
3263
|
"type": "option"
|
|
3188
|
-
}
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"hasDynamicHelp": false,
|
|
3267
|
+
"hiddenAliases": [],
|
|
3268
|
+
"id": "ci:rerun",
|
|
3269
|
+
"pluginAlias": "heroku",
|
|
3270
|
+
"pluginName": "heroku",
|
|
3271
|
+
"pluginType": "core",
|
|
3272
|
+
"strict": true,
|
|
3273
|
+
"isESM": false,
|
|
3274
|
+
"relativePath": [
|
|
3275
|
+
"lib",
|
|
3276
|
+
"commands",
|
|
3277
|
+
"ci",
|
|
3278
|
+
"rerun.js"
|
|
3279
|
+
]
|
|
3280
|
+
},
|
|
3281
|
+
"ci:run": {
|
|
3282
|
+
"aliases": [],
|
|
3283
|
+
"args": {},
|
|
3284
|
+
"description": "run tests against current directory",
|
|
3285
|
+
"examples": [
|
|
3286
|
+
"$ heroku ci:run --app murmuring-headland-14719\n"
|
|
3287
|
+
],
|
|
3288
|
+
"flags": {
|
|
3189
3289
|
"app": {
|
|
3190
3290
|
"char": "a",
|
|
3191
3291
|
"description": "app to run command against",
|
|
3192
3292
|
"name": "app",
|
|
3193
|
-
"required": true,
|
|
3194
3293
|
"hasDynamicHelp": false,
|
|
3195
3294
|
"multiple": false,
|
|
3196
3295
|
"type": "option"
|
|
@@ -3202,25 +3301,33 @@
|
|
|
3202
3301
|
"hasDynamicHelp": false,
|
|
3203
3302
|
"multiple": false,
|
|
3204
3303
|
"type": "option"
|
|
3304
|
+
},
|
|
3305
|
+
"pipeline": {
|
|
3306
|
+
"char": "p",
|
|
3307
|
+
"description": "name of pipeline",
|
|
3308
|
+
"name": "pipeline",
|
|
3309
|
+
"required": false,
|
|
3310
|
+
"hasDynamicHelp": false,
|
|
3311
|
+
"multiple": false,
|
|
3312
|
+
"type": "option"
|
|
3205
3313
|
}
|
|
3206
3314
|
},
|
|
3207
3315
|
"hasDynamicHelp": false,
|
|
3208
3316
|
"hiddenAliases": [],
|
|
3209
|
-
"id": "
|
|
3317
|
+
"id": "ci:run",
|
|
3210
3318
|
"pluginAlias": "heroku",
|
|
3211
3319
|
"pluginName": "heroku",
|
|
3212
3320
|
"pluginType": "core",
|
|
3213
3321
|
"strict": true,
|
|
3214
|
-
"topic": "certs",
|
|
3215
3322
|
"isESM": false,
|
|
3216
3323
|
"relativePath": [
|
|
3217
3324
|
"lib",
|
|
3218
3325
|
"commands",
|
|
3219
|
-
"
|
|
3220
|
-
"
|
|
3326
|
+
"ci",
|
|
3327
|
+
"run.js"
|
|
3221
3328
|
]
|
|
3222
3329
|
},
|
|
3223
|
-
"certs:
|
|
3330
|
+
"certs:add": {
|
|
3224
3331
|
"aliases": [],
|
|
3225
3332
|
"args": {
|
|
3226
3333
|
"CRT": {
|
|
@@ -3234,32 +3341,11 @@
|
|
|
3234
3341
|
"required": true
|
|
3235
3342
|
}
|
|
3236
3343
|
},
|
|
3237
|
-
"description": "
|
|
3344
|
+
"description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
|
|
3238
3345
|
"examples": [
|
|
3239
|
-
"$ heroku certs:
|
|
3346
|
+
"$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
|
|
3240
3347
|
],
|
|
3241
3348
|
"flags": {
|
|
3242
|
-
"confirm": {
|
|
3243
|
-
"hidden": true,
|
|
3244
|
-
"name": "confirm",
|
|
3245
|
-
"hasDynamicHelp": false,
|
|
3246
|
-
"multiple": false,
|
|
3247
|
-
"type": "option"
|
|
3248
|
-
},
|
|
3249
|
-
"name": {
|
|
3250
|
-
"description": "name to update",
|
|
3251
|
-
"name": "name",
|
|
3252
|
-
"hasDynamicHelp": false,
|
|
3253
|
-
"multiple": false,
|
|
3254
|
-
"type": "option"
|
|
3255
|
-
},
|
|
3256
|
-
"endpoint": {
|
|
3257
|
-
"description": "endpoint to update",
|
|
3258
|
-
"name": "endpoint",
|
|
3259
|
-
"hasDynamicHelp": false,
|
|
3260
|
-
"multiple": false,
|
|
3261
|
-
"type": "option"
|
|
3262
|
-
},
|
|
3263
3349
|
"app": {
|
|
3264
3350
|
"char": "a",
|
|
3265
3351
|
"description": "app to run command against",
|
|
@@ -3280,7 +3366,7 @@
|
|
|
3280
3366
|
},
|
|
3281
3367
|
"hasDynamicHelp": false,
|
|
3282
3368
|
"hiddenAliases": [],
|
|
3283
|
-
"id": "certs:
|
|
3369
|
+
"id": "certs:add",
|
|
3284
3370
|
"pluginAlias": "heroku",
|
|
3285
3371
|
"pluginName": "heroku",
|
|
3286
3372
|
"pluginType": "core",
|
|
@@ -3291,141 +3377,81 @@
|
|
|
3291
3377
|
"lib",
|
|
3292
3378
|
"commands",
|
|
3293
3379
|
"certs",
|
|
3294
|
-
"
|
|
3380
|
+
"add.js"
|
|
3295
3381
|
]
|
|
3296
3382
|
},
|
|
3297
|
-
"
|
|
3383
|
+
"certs:generate": {
|
|
3298
3384
|
"aliases": [],
|
|
3299
|
-
"args": {
|
|
3300
|
-
|
|
3385
|
+
"args": {
|
|
3386
|
+
"domain": {
|
|
3387
|
+
"description": "domain name to generate",
|
|
3388
|
+
"name": "domain",
|
|
3389
|
+
"required": true
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
"description": "generate a key and a CSR or self-signed certificate",
|
|
3301
3393
|
"flags": {
|
|
3302
|
-
"
|
|
3303
|
-
"
|
|
3304
|
-
"
|
|
3305
|
-
"
|
|
3394
|
+
"selfsigned": {
|
|
3395
|
+
"description": "generate a self-signed certificate instead of a CSR",
|
|
3396
|
+
"name": "selfsigned",
|
|
3397
|
+
"required": false,
|
|
3398
|
+
"allowNo": false,
|
|
3399
|
+
"type": "boolean"
|
|
3400
|
+
},
|
|
3401
|
+
"keysize": {
|
|
3402
|
+
"description": "RSA key size in bits (default: 2048)",
|
|
3403
|
+
"name": "keysize",
|
|
3306
3404
|
"hasDynamicHelp": false,
|
|
3307
3405
|
"multiple": false,
|
|
3308
3406
|
"type": "option"
|
|
3309
3407
|
},
|
|
3310
|
-
"
|
|
3311
|
-
"description": "
|
|
3312
|
-
"name": "
|
|
3313
|
-
"
|
|
3314
|
-
"
|
|
3315
|
-
|
|
3316
|
-
"no-setup": {
|
|
3317
|
-
"description": "start test dyno without running test-setup",
|
|
3318
|
-
"name": "no-setup",
|
|
3319
|
-
"allowNo": false,
|
|
3320
|
-
"type": "boolean"
|
|
3408
|
+
"owner": {
|
|
3409
|
+
"description": "name of organization certificate belongs to",
|
|
3410
|
+
"name": "owner",
|
|
3411
|
+
"hasDynamicHelp": false,
|
|
3412
|
+
"multiple": false,
|
|
3413
|
+
"type": "option"
|
|
3321
3414
|
},
|
|
3322
|
-
"
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3325
|
-
"name": "pipeline",
|
|
3415
|
+
"country": {
|
|
3416
|
+
"description": "country of owner, as a two-letter ISO country code",
|
|
3417
|
+
"name": "country",
|
|
3326
3418
|
"hasDynamicHelp": false,
|
|
3327
3419
|
"multiple": false,
|
|
3328
3420
|
"type": "option"
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
"id": "ci:debug",
|
|
3334
|
-
"pluginAlias": "heroku",
|
|
3335
|
-
"pluginName": "heroku",
|
|
3336
|
-
"pluginType": "core",
|
|
3337
|
-
"strict": true,
|
|
3338
|
-
"help": "Example:\n\n $ heroku ci:debug --pipeline PIPELINE\n Preparing source... done\n Creating test run... done\n Running setup and attaching to test dyno...\n\n~ $\n",
|
|
3339
|
-
"topic": "ci",
|
|
3340
|
-
"isESM": false,
|
|
3341
|
-
"relativePath": [
|
|
3342
|
-
"lib",
|
|
3343
|
-
"commands",
|
|
3344
|
-
"ci",
|
|
3345
|
-
"debug.js"
|
|
3346
|
-
]
|
|
3347
|
-
},
|
|
3348
|
-
"ci": {
|
|
3349
|
-
"aliases": [],
|
|
3350
|
-
"args": {},
|
|
3351
|
-
"description": "display the most recent CI runs for the given pipeline",
|
|
3352
|
-
"examples": [
|
|
3353
|
-
"$ heroku ci --app murmuring-headland-14719\n"
|
|
3354
|
-
],
|
|
3355
|
-
"flags": {
|
|
3356
|
-
"app": {
|
|
3357
|
-
"char": "a",
|
|
3358
|
-
"description": "app to run command against",
|
|
3359
|
-
"name": "app",
|
|
3421
|
+
},
|
|
3422
|
+
"area": {
|
|
3423
|
+
"description": "sub-country area (state, province, etc.) of owner",
|
|
3424
|
+
"name": "area",
|
|
3360
3425
|
"hasDynamicHelp": false,
|
|
3361
3426
|
"multiple": false,
|
|
3362
3427
|
"type": "option"
|
|
3363
3428
|
},
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
"
|
|
3367
|
-
"name": "remote",
|
|
3429
|
+
"city": {
|
|
3430
|
+
"description": "city of owner",
|
|
3431
|
+
"name": "city",
|
|
3368
3432
|
"hasDynamicHelp": false,
|
|
3369
3433
|
"multiple": false,
|
|
3370
3434
|
"type": "option"
|
|
3371
3435
|
},
|
|
3372
|
-
"
|
|
3373
|
-
"description": "
|
|
3374
|
-
"name": "
|
|
3375
|
-
"required": false,
|
|
3376
|
-
"allowNo": false,
|
|
3377
|
-
"type": "boolean"
|
|
3378
|
-
},
|
|
3379
|
-
"pipeline": {
|
|
3380
|
-
"char": "p",
|
|
3381
|
-
"description": "name of pipeline",
|
|
3382
|
-
"name": "pipeline",
|
|
3383
|
-
"required": false,
|
|
3436
|
+
"subject": {
|
|
3437
|
+
"description": "specify entire certificate subject",
|
|
3438
|
+
"name": "subject",
|
|
3384
3439
|
"hasDynamicHelp": false,
|
|
3385
3440
|
"multiple": false,
|
|
3386
3441
|
"type": "option"
|
|
3387
3442
|
},
|
|
3388
|
-
"
|
|
3389
|
-
"description": "
|
|
3390
|
-
"name": "
|
|
3443
|
+
"now": {
|
|
3444
|
+
"description": "do not prompt for any owner information",
|
|
3445
|
+
"name": "now",
|
|
3391
3446
|
"required": false,
|
|
3392
3447
|
"allowNo": false,
|
|
3393
3448
|
"type": "boolean"
|
|
3394
|
-
}
|
|
3395
|
-
},
|
|
3396
|
-
"hasDynamicHelp": false,
|
|
3397
|
-
"hiddenAliases": [],
|
|
3398
|
-
"id": "ci",
|
|
3399
|
-
"pluginAlias": "heroku",
|
|
3400
|
-
"pluginName": "heroku",
|
|
3401
|
-
"pluginType": "core",
|
|
3402
|
-
"strict": true,
|
|
3403
|
-
"isESM": false,
|
|
3404
|
-
"relativePath": [
|
|
3405
|
-
"lib",
|
|
3406
|
-
"commands",
|
|
3407
|
-
"ci",
|
|
3408
|
-
"index.js"
|
|
3409
|
-
]
|
|
3410
|
-
},
|
|
3411
|
-
"ci:info": {
|
|
3412
|
-
"aliases": [],
|
|
3413
|
-
"args": {
|
|
3414
|
-
"test-run": {
|
|
3415
|
-
"description": "auto-incremented test run number",
|
|
3416
|
-
"name": "test-run",
|
|
3417
|
-
"required": true
|
|
3418
|
-
}
|
|
3419
|
-
},
|
|
3420
|
-
"description": "show the status of a specific test run",
|
|
3421
|
-
"examples": [
|
|
3422
|
-
"$ heroku ci:info 1288 --app murmuring-headland-14719\n"
|
|
3423
|
-
],
|
|
3424
|
-
"flags": {
|
|
3449
|
+
},
|
|
3425
3450
|
"app": {
|
|
3426
3451
|
"char": "a",
|
|
3427
3452
|
"description": "app to run command against",
|
|
3428
3453
|
"name": "app",
|
|
3454
|
+
"required": true,
|
|
3429
3455
|
"hasDynamicHelp": false,
|
|
3430
3456
|
"multiple": false,
|
|
3431
3457
|
"type": "option"
|
|
@@ -3437,52 +3463,35 @@
|
|
|
3437
3463
|
"hasDynamicHelp": false,
|
|
3438
3464
|
"multiple": false,
|
|
3439
3465
|
"type": "option"
|
|
3440
|
-
},
|
|
3441
|
-
"node": {
|
|
3442
|
-
"description": "the node number to show its setup and output",
|
|
3443
|
-
"name": "node",
|
|
3444
|
-
"required": false,
|
|
3445
|
-
"hasDynamicHelp": false,
|
|
3446
|
-
"multiple": false,
|
|
3447
|
-
"type": "option"
|
|
3448
|
-
},
|
|
3449
|
-
"pipeline": {
|
|
3450
|
-
"char": "p",
|
|
3451
|
-
"description": "name of pipeline",
|
|
3452
|
-
"name": "pipeline",
|
|
3453
|
-
"required": false,
|
|
3454
|
-
"hasDynamicHelp": false,
|
|
3455
|
-
"multiple": false,
|
|
3456
|
-
"type": "option"
|
|
3457
3466
|
}
|
|
3458
3467
|
},
|
|
3459
3468
|
"hasDynamicHelp": false,
|
|
3460
3469
|
"hiddenAliases": [],
|
|
3461
|
-
"id": "
|
|
3470
|
+
"id": "certs:generate",
|
|
3462
3471
|
"pluginAlias": "heroku",
|
|
3463
3472
|
"pluginName": "heroku",
|
|
3464
3473
|
"pluginType": "core",
|
|
3465
3474
|
"strict": true,
|
|
3475
|
+
"topic": "certs",
|
|
3476
|
+
"help": "Generate a key and certificate signing request (or self-signed certificate)\nfor an app. Prompts for information to put in the certificate unless --now\nis used, or at least one of the --subject, --owner, --country, --area, or\n--city options is specified.",
|
|
3466
3477
|
"isESM": false,
|
|
3467
3478
|
"relativePath": [
|
|
3468
3479
|
"lib",
|
|
3469
3480
|
"commands",
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
3481
|
+
"certs",
|
|
3482
|
+
"generate.js"
|
|
3472
3483
|
]
|
|
3473
3484
|
},
|
|
3474
|
-
"
|
|
3485
|
+
"certs": {
|
|
3475
3486
|
"aliases": [],
|
|
3476
3487
|
"args": {},
|
|
3477
|
-
"description": "
|
|
3478
|
-
"examples": [
|
|
3479
|
-
"$ heroku ci:last --pipeline=my-pipeline --node 100\n"
|
|
3480
|
-
],
|
|
3488
|
+
"description": "list SSL certificates for an app",
|
|
3481
3489
|
"flags": {
|
|
3482
3490
|
"app": {
|
|
3483
3491
|
"char": "a",
|
|
3484
3492
|
"description": "app to run command against",
|
|
3485
3493
|
"name": "app",
|
|
3494
|
+
"required": true,
|
|
3486
3495
|
"hasDynamicHelp": false,
|
|
3487
3496
|
"multiple": false,
|
|
3488
3497
|
"type": "option"
|
|
@@ -3494,76 +3503,46 @@
|
|
|
3494
3503
|
"hasDynamicHelp": false,
|
|
3495
3504
|
"multiple": false,
|
|
3496
3505
|
"type": "option"
|
|
3497
|
-
},
|
|
3498
|
-
"node": {
|
|
3499
|
-
"description": "the node number to show its setup and output",
|
|
3500
|
-
"name": "node",
|
|
3501
|
-
"required": false,
|
|
3502
|
-
"hasDynamicHelp": false,
|
|
3503
|
-
"multiple": false,
|
|
3504
|
-
"type": "option"
|
|
3505
|
-
},
|
|
3506
|
-
"pipeline": {
|
|
3507
|
-
"char": "p",
|
|
3508
|
-
"description": "name of pipeline",
|
|
3509
|
-
"name": "pipeline",
|
|
3510
|
-
"required": false,
|
|
3511
|
-
"hasDynamicHelp": false,
|
|
3512
|
-
"multiple": false,
|
|
3513
|
-
"type": "option"
|
|
3514
3506
|
}
|
|
3515
3507
|
},
|
|
3516
3508
|
"hasDynamicHelp": false,
|
|
3517
3509
|
"hiddenAliases": [],
|
|
3518
|
-
"id": "
|
|
3519
|
-
"pluginAlias": "heroku",
|
|
3520
|
-
"pluginName": "heroku",
|
|
3521
|
-
"pluginType": "core",
|
|
3522
|
-
"strict": true,
|
|
3523
|
-
"isESM": false,
|
|
3524
|
-
"relativePath": [
|
|
3525
|
-
"lib",
|
|
3526
|
-
"commands",
|
|
3527
|
-
"ci",
|
|
3528
|
-
"last.js"
|
|
3529
|
-
]
|
|
3530
|
-
},
|
|
3531
|
-
"ci:migrate-manifest": {
|
|
3532
|
-
"aliases": [],
|
|
3533
|
-
"args": {},
|
|
3534
|
-
"description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
|
|
3535
|
-
"examples": [
|
|
3536
|
-
"$ heroku ci:migrate-manifest"
|
|
3537
|
-
],
|
|
3538
|
-
"flags": {},
|
|
3539
|
-
"hasDynamicHelp": false,
|
|
3540
|
-
"hiddenAliases": [],
|
|
3541
|
-
"id": "ci:migrate-manifest",
|
|
3510
|
+
"id": "certs",
|
|
3542
3511
|
"pluginAlias": "heroku",
|
|
3543
3512
|
"pluginName": "heroku",
|
|
3544
3513
|
"pluginType": "core",
|
|
3545
3514
|
"strict": true,
|
|
3546
|
-
"topic": "
|
|
3515
|
+
"topic": "certs",
|
|
3547
3516
|
"isESM": false,
|
|
3548
3517
|
"relativePath": [
|
|
3549
3518
|
"lib",
|
|
3550
3519
|
"commands",
|
|
3551
|
-
"
|
|
3552
|
-
"
|
|
3520
|
+
"certs",
|
|
3521
|
+
"index.js"
|
|
3553
3522
|
]
|
|
3554
3523
|
},
|
|
3555
|
-
"
|
|
3524
|
+
"certs:info": {
|
|
3556
3525
|
"aliases": [],
|
|
3557
3526
|
"args": {},
|
|
3558
|
-
"description": "
|
|
3559
|
-
"examples": [
|
|
3560
|
-
"$ heroku ci:open --app murmuring-headland-14719"
|
|
3561
|
-
],
|
|
3527
|
+
"description": "show certificate information for an SSL certificate",
|
|
3562
3528
|
"flags": {
|
|
3563
|
-
"
|
|
3564
|
-
"
|
|
3565
|
-
"
|
|
3566
|
-
"
|
|
3529
|
+
"name": {
|
|
3530
|
+
"description": "name to check info on",
|
|
3531
|
+
"name": "name",
|
|
3532
|
+
"hasDynamicHelp": false,
|
|
3533
|
+
"multiple": false,
|
|
3534
|
+
"type": "option"
|
|
3535
|
+
},
|
|
3536
|
+
"endpoint": {
|
|
3537
|
+
"description": "endpoint to check info on",
|
|
3538
|
+
"name": "endpoint",
|
|
3539
|
+
"hasDynamicHelp": false,
|
|
3540
|
+
"multiple": false,
|
|
3541
|
+
"type": "option"
|
|
3542
|
+
},
|
|
3543
|
+
"show-domains": {
|
|
3544
|
+
"description": "show associated domains",
|
|
3545
|
+
"name": "show-domains",
|
|
3567
3546
|
"allowNo": false,
|
|
3568
3547
|
"type": "boolean"
|
|
3569
3548
|
},
|
|
@@ -3583,51 +3562,55 @@
|
|
|
3583
3562
|
"hasDynamicHelp": false,
|
|
3584
3563
|
"multiple": false,
|
|
3585
3564
|
"type": "option"
|
|
3586
|
-
},
|
|
3587
|
-
"pipeline": {
|
|
3588
|
-
"char": "p",
|
|
3589
|
-
"description": "name of pipeline",
|
|
3590
|
-
"name": "pipeline",
|
|
3591
|
-
"required": false,
|
|
3592
|
-
"hasDynamicHelp": false,
|
|
3593
|
-
"multiple": false,
|
|
3594
|
-
"type": "option"
|
|
3595
3565
|
}
|
|
3596
3566
|
},
|
|
3597
3567
|
"hasDynamicHelp": false,
|
|
3598
3568
|
"hiddenAliases": [],
|
|
3599
|
-
"id": "
|
|
3569
|
+
"id": "certs:info",
|
|
3600
3570
|
"pluginAlias": "heroku",
|
|
3601
3571
|
"pluginName": "heroku",
|
|
3602
3572
|
"pluginType": "core",
|
|
3603
3573
|
"strict": true,
|
|
3604
|
-
"topic": "
|
|
3574
|
+
"topic": "certs",
|
|
3605
3575
|
"isESM": false,
|
|
3606
3576
|
"relativePath": [
|
|
3607
3577
|
"lib",
|
|
3608
3578
|
"commands",
|
|
3609
|
-
"
|
|
3610
|
-
"
|
|
3579
|
+
"certs",
|
|
3580
|
+
"info.js"
|
|
3611
3581
|
]
|
|
3612
3582
|
},
|
|
3613
|
-
"
|
|
3583
|
+
"certs:remove": {
|
|
3614
3584
|
"aliases": [],
|
|
3615
|
-
"args": {
|
|
3616
|
-
|
|
3617
|
-
"description": "auto-incremented test run number",
|
|
3618
|
-
"name": "number",
|
|
3619
|
-
"required": false
|
|
3620
|
-
}
|
|
3621
|
-
},
|
|
3622
|
-
"description": "rerun tests against current directory",
|
|
3623
|
-
"examples": [
|
|
3624
|
-
"$ heroku ci:rerun 985 --app murmuring-headland-14719\n"
|
|
3625
|
-
],
|
|
3585
|
+
"args": {},
|
|
3586
|
+
"description": "remove an SSL certificate from an app",
|
|
3626
3587
|
"flags": {
|
|
3588
|
+
"confirm": {
|
|
3589
|
+
"hidden": true,
|
|
3590
|
+
"name": "confirm",
|
|
3591
|
+
"hasDynamicHelp": false,
|
|
3592
|
+
"multiple": false,
|
|
3593
|
+
"type": "option"
|
|
3594
|
+
},
|
|
3595
|
+
"name": {
|
|
3596
|
+
"description": "name to remove",
|
|
3597
|
+
"name": "name",
|
|
3598
|
+
"hasDynamicHelp": false,
|
|
3599
|
+
"multiple": false,
|
|
3600
|
+
"type": "option"
|
|
3601
|
+
},
|
|
3602
|
+
"endpoint": {
|
|
3603
|
+
"description": "endpoint to remove",
|
|
3604
|
+
"name": "endpoint",
|
|
3605
|
+
"hasDynamicHelp": false,
|
|
3606
|
+
"multiple": false,
|
|
3607
|
+
"type": "option"
|
|
3608
|
+
},
|
|
3627
3609
|
"app": {
|
|
3628
3610
|
"char": "a",
|
|
3629
3611
|
"description": "app to run command against",
|
|
3630
3612
|
"name": "app",
|
|
3613
|
+
"required": true,
|
|
3631
3614
|
"hasDynamicHelp": false,
|
|
3632
3615
|
"multiple": false,
|
|
3633
3616
|
"type": "option"
|
|
@@ -3639,44 +3622,69 @@
|
|
|
3639
3622
|
"hasDynamicHelp": false,
|
|
3640
3623
|
"multiple": false,
|
|
3641
3624
|
"type": "option"
|
|
3642
|
-
},
|
|
3643
|
-
"pipeline": {
|
|
3644
|
-
"char": "p",
|
|
3645
|
-
"description": "name of pipeline",
|
|
3646
|
-
"name": "pipeline",
|
|
3647
|
-
"required": false,
|
|
3648
|
-
"hasDynamicHelp": false,
|
|
3649
|
-
"multiple": false,
|
|
3650
|
-
"type": "option"
|
|
3651
3625
|
}
|
|
3652
3626
|
},
|
|
3653
3627
|
"hasDynamicHelp": false,
|
|
3654
3628
|
"hiddenAliases": [],
|
|
3655
|
-
"id": "
|
|
3629
|
+
"id": "certs:remove",
|
|
3656
3630
|
"pluginAlias": "heroku",
|
|
3657
3631
|
"pluginName": "heroku",
|
|
3658
3632
|
"pluginType": "core",
|
|
3659
3633
|
"strict": true,
|
|
3634
|
+
"topic": "certs",
|
|
3660
3635
|
"isESM": false,
|
|
3661
3636
|
"relativePath": [
|
|
3662
3637
|
"lib",
|
|
3663
3638
|
"commands",
|
|
3664
|
-
"
|
|
3665
|
-
"
|
|
3639
|
+
"certs",
|
|
3640
|
+
"remove.js"
|
|
3666
3641
|
]
|
|
3667
3642
|
},
|
|
3668
|
-
"
|
|
3643
|
+
"certs:update": {
|
|
3669
3644
|
"aliases": [],
|
|
3670
|
-
"args": {
|
|
3671
|
-
|
|
3645
|
+
"args": {
|
|
3646
|
+
"CRT": {
|
|
3647
|
+
"description": "absolute path of the certificate file on disk",
|
|
3648
|
+
"name": "CRT",
|
|
3649
|
+
"required": true
|
|
3650
|
+
},
|
|
3651
|
+
"KEY": {
|
|
3652
|
+
"description": "absolute path of the key file on disk",
|
|
3653
|
+
"name": "KEY",
|
|
3654
|
+
"required": true
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
"description": "update an SSL certificate on an app\nNote: certificates with PEM encoding are also valid\n",
|
|
3672
3658
|
"examples": [
|
|
3673
|
-
"$ heroku
|
|
3659
|
+
"$ heroku certs:update example.com.crt example.com.key\n\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1\n"
|
|
3674
3660
|
],
|
|
3675
3661
|
"flags": {
|
|
3662
|
+
"confirm": {
|
|
3663
|
+
"hidden": true,
|
|
3664
|
+
"name": "confirm",
|
|
3665
|
+
"hasDynamicHelp": false,
|
|
3666
|
+
"multiple": false,
|
|
3667
|
+
"type": "option"
|
|
3668
|
+
},
|
|
3669
|
+
"name": {
|
|
3670
|
+
"description": "name to update",
|
|
3671
|
+
"name": "name",
|
|
3672
|
+
"hasDynamicHelp": false,
|
|
3673
|
+
"multiple": false,
|
|
3674
|
+
"type": "option"
|
|
3675
|
+
},
|
|
3676
|
+
"endpoint": {
|
|
3677
|
+
"description": "endpoint to update",
|
|
3678
|
+
"name": "endpoint",
|
|
3679
|
+
"hasDynamicHelp": false,
|
|
3680
|
+
"multiple": false,
|
|
3681
|
+
"type": "option"
|
|
3682
|
+
},
|
|
3676
3683
|
"app": {
|
|
3677
3684
|
"char": "a",
|
|
3678
3685
|
"description": "app to run command against",
|
|
3679
3686
|
"name": "app",
|
|
3687
|
+
"required": true,
|
|
3680
3688
|
"hasDynamicHelp": false,
|
|
3681
3689
|
"multiple": false,
|
|
3682
3690
|
"type": "option"
|
|
@@ -3688,30 +3696,22 @@
|
|
|
3688
3696
|
"hasDynamicHelp": false,
|
|
3689
3697
|
"multiple": false,
|
|
3690
3698
|
"type": "option"
|
|
3691
|
-
},
|
|
3692
|
-
"pipeline": {
|
|
3693
|
-
"char": "p",
|
|
3694
|
-
"description": "name of pipeline",
|
|
3695
|
-
"name": "pipeline",
|
|
3696
|
-
"required": false,
|
|
3697
|
-
"hasDynamicHelp": false,
|
|
3698
|
-
"multiple": false,
|
|
3699
|
-
"type": "option"
|
|
3700
3699
|
}
|
|
3701
3700
|
},
|
|
3702
3701
|
"hasDynamicHelp": false,
|
|
3703
3702
|
"hiddenAliases": [],
|
|
3704
|
-
"id": "
|
|
3703
|
+
"id": "certs:update",
|
|
3705
3704
|
"pluginAlias": "heroku",
|
|
3706
3705
|
"pluginName": "heroku",
|
|
3707
3706
|
"pluginType": "core",
|
|
3708
3707
|
"strict": true,
|
|
3708
|
+
"topic": "certs",
|
|
3709
3709
|
"isESM": false,
|
|
3710
3710
|
"relativePath": [
|
|
3711
3711
|
"lib",
|
|
3712
3712
|
"commands",
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3713
|
+
"certs",
|
|
3714
|
+
"update.js"
|
|
3715
3715
|
]
|
|
3716
3716
|
},
|
|
3717
3717
|
"clients:create": {
|
|
@@ -10992,252 +10992,42 @@
|
|
|
10992
10992
|
]
|
|
10993
10993
|
},
|
|
10994
10994
|
"auth:2fa:disable": {
|
|
10995
|
-
"aliases": [
|
|
10996
|
-
"twofactor:disable",
|
|
10997
|
-
"2fa:disable"
|
|
10998
|
-
],
|
|
10999
|
-
"args": {},
|
|
11000
|
-
"description": "disables 2fa on account",
|
|
11001
|
-
"examples": "$ heroku auth:2fa:disable",
|
|
11002
|
-
"flags": {},
|
|
11003
|
-
"hasDynamicHelp": false,
|
|
11004
|
-
"hiddenAliases": [],
|
|
11005
|
-
"id": "auth:2fa:disable",
|
|
11006
|
-
"pluginAlias": "heroku",
|
|
11007
|
-
"pluginName": "heroku",
|
|
11008
|
-
"pluginType": "core",
|
|
11009
|
-
"strict": true,
|
|
11010
|
-
"example": "$ heroku auth:2fa:disable",
|
|
11011
|
-
"isESM": false,
|
|
11012
|
-
"relativePath": [
|
|
11013
|
-
"lib",
|
|
11014
|
-
"commands",
|
|
11015
|
-
"auth",
|
|
11016
|
-
"2fa",
|
|
11017
|
-
"disable.js"
|
|
11018
|
-
]
|
|
11019
|
-
},
|
|
11020
|
-
"auth:2fa": {
|
|
11021
|
-
"aliases": [
|
|
11022
|
-
"2fa",
|
|
11023
|
-
"twofactor"
|
|
11024
|
-
],
|
|
11025
|
-
"args": {},
|
|
11026
|
-
"description": "check 2fa status",
|
|
11027
|
-
"flags": {},
|
|
11028
|
-
"hasDynamicHelp": false,
|
|
11029
|
-
"hiddenAliases": [],
|
|
11030
|
-
"id": "auth:2fa",
|
|
11031
|
-
"pluginAlias": "heroku",
|
|
11032
|
-
"pluginName": "heroku",
|
|
11033
|
-
"pluginType": "core",
|
|
11034
|
-
"strict": true,
|
|
11035
|
-
"isESM": false,
|
|
11036
|
-
"relativePath": [
|
|
11037
|
-
"lib",
|
|
11038
|
-
"commands",
|
|
11039
|
-
"auth",
|
|
11040
|
-
"2fa",
|
|
11041
|
-
"index.js"
|
|
11042
|
-
]
|
|
11043
|
-
},
|
|
11044
|
-
"certs:auto:disable": {
|
|
11045
|
-
"aliases": [],
|
|
11046
|
-
"args": {},
|
|
11047
|
-
"description": "disable ACM for an app",
|
|
11048
|
-
"flags": {
|
|
11049
|
-
"confirm": {
|
|
11050
|
-
"char": "c",
|
|
11051
|
-
"hidden": true,
|
|
11052
|
-
"name": "confirm",
|
|
11053
|
-
"hasDynamicHelp": false,
|
|
11054
|
-
"multiple": false,
|
|
11055
|
-
"type": "option"
|
|
11056
|
-
},
|
|
11057
|
-
"app": {
|
|
11058
|
-
"char": "a",
|
|
11059
|
-
"description": "app to run command against",
|
|
11060
|
-
"name": "app",
|
|
11061
|
-
"required": true,
|
|
11062
|
-
"hasDynamicHelp": false,
|
|
11063
|
-
"multiple": false,
|
|
11064
|
-
"type": "option"
|
|
11065
|
-
},
|
|
11066
|
-
"remote": {
|
|
11067
|
-
"char": "r",
|
|
11068
|
-
"description": "git remote of app to use",
|
|
11069
|
-
"name": "remote",
|
|
11070
|
-
"hasDynamicHelp": false,
|
|
11071
|
-
"multiple": false,
|
|
11072
|
-
"type": "option"
|
|
11073
|
-
}
|
|
11074
|
-
},
|
|
11075
|
-
"hasDynamicHelp": false,
|
|
11076
|
-
"hiddenAliases": [],
|
|
11077
|
-
"id": "certs:auto:disable",
|
|
11078
|
-
"pluginAlias": "heroku",
|
|
11079
|
-
"pluginName": "heroku",
|
|
11080
|
-
"pluginType": "core",
|
|
11081
|
-
"strict": true,
|
|
11082
|
-
"topic": "certs",
|
|
11083
|
-
"isESM": false,
|
|
11084
|
-
"relativePath": [
|
|
11085
|
-
"lib",
|
|
11086
|
-
"commands",
|
|
11087
|
-
"certs",
|
|
11088
|
-
"auto",
|
|
11089
|
-
"disable.js"
|
|
11090
|
-
]
|
|
11091
|
-
},
|
|
11092
|
-
"certs:auto:enable": {
|
|
11093
|
-
"aliases": [],
|
|
11094
|
-
"args": {},
|
|
11095
|
-
"description": "enable ACM status for an app",
|
|
11096
|
-
"flags": {
|
|
11097
|
-
"wait": {
|
|
11098
|
-
"description": "watch ACM status and exit when complete",
|
|
11099
|
-
"name": "wait",
|
|
11100
|
-
"allowNo": false,
|
|
11101
|
-
"type": "boolean"
|
|
11102
|
-
},
|
|
11103
|
-
"app": {
|
|
11104
|
-
"char": "a",
|
|
11105
|
-
"description": "app to run command against",
|
|
11106
|
-
"name": "app",
|
|
11107
|
-
"required": true,
|
|
11108
|
-
"hasDynamicHelp": false,
|
|
11109
|
-
"multiple": false,
|
|
11110
|
-
"type": "option"
|
|
11111
|
-
},
|
|
11112
|
-
"remote": {
|
|
11113
|
-
"char": "r",
|
|
11114
|
-
"description": "git remote of app to use",
|
|
11115
|
-
"name": "remote",
|
|
11116
|
-
"hasDynamicHelp": false,
|
|
11117
|
-
"multiple": false,
|
|
11118
|
-
"type": "option"
|
|
11119
|
-
}
|
|
11120
|
-
},
|
|
11121
|
-
"hasDynamicHelp": false,
|
|
11122
|
-
"hiddenAliases": [],
|
|
11123
|
-
"id": "certs:auto:enable",
|
|
11124
|
-
"pluginAlias": "heroku",
|
|
11125
|
-
"pluginName": "heroku",
|
|
11126
|
-
"pluginType": "core",
|
|
11127
|
-
"strict": true,
|
|
11128
|
-
"topic": "certs",
|
|
11129
|
-
"isESM": false,
|
|
11130
|
-
"relativePath": [
|
|
11131
|
-
"lib",
|
|
11132
|
-
"commands",
|
|
11133
|
-
"certs",
|
|
11134
|
-
"auto",
|
|
11135
|
-
"enable.js"
|
|
11136
|
-
]
|
|
11137
|
-
},
|
|
11138
|
-
"certs:auto": {
|
|
11139
|
-
"aliases": [],
|
|
11140
|
-
"args": {},
|
|
11141
|
-
"description": "show ACM status for an app",
|
|
11142
|
-
"flags": {
|
|
11143
|
-
"wait": {
|
|
11144
|
-
"description": "watch ACM status and display the status when complete",
|
|
11145
|
-
"name": "wait",
|
|
11146
|
-
"allowNo": false,
|
|
11147
|
-
"type": "boolean"
|
|
11148
|
-
},
|
|
11149
|
-
"app": {
|
|
11150
|
-
"char": "a",
|
|
11151
|
-
"description": "app to run command against",
|
|
11152
|
-
"name": "app",
|
|
11153
|
-
"required": true,
|
|
11154
|
-
"hasDynamicHelp": false,
|
|
11155
|
-
"multiple": false,
|
|
11156
|
-
"type": "option"
|
|
11157
|
-
},
|
|
11158
|
-
"remote": {
|
|
11159
|
-
"char": "r",
|
|
11160
|
-
"description": "git remote of app to use",
|
|
11161
|
-
"name": "remote",
|
|
11162
|
-
"hasDynamicHelp": false,
|
|
11163
|
-
"multiple": false,
|
|
11164
|
-
"type": "option"
|
|
11165
|
-
}
|
|
11166
|
-
},
|
|
11167
|
-
"hasDynamicHelp": false,
|
|
11168
|
-
"hiddenAliases": [],
|
|
11169
|
-
"id": "certs:auto",
|
|
11170
|
-
"pluginAlias": "heroku",
|
|
11171
|
-
"pluginName": "heroku",
|
|
11172
|
-
"pluginType": "core",
|
|
11173
|
-
"strict": true,
|
|
11174
|
-
"topic": "certs",
|
|
11175
|
-
"isESM": false,
|
|
11176
|
-
"relativePath": [
|
|
11177
|
-
"lib",
|
|
11178
|
-
"commands",
|
|
11179
|
-
"certs",
|
|
11180
|
-
"auto",
|
|
11181
|
-
"index.js"
|
|
11182
|
-
]
|
|
11183
|
-
},
|
|
11184
|
-
"certs:auto:refresh": {
|
|
11185
|
-
"aliases": [],
|
|
11186
|
-
"args": {},
|
|
11187
|
-
"description": "refresh ACM for an app",
|
|
11188
|
-
"flags": {
|
|
11189
|
-
"app": {
|
|
11190
|
-
"char": "a",
|
|
11191
|
-
"description": "app to run command against",
|
|
11192
|
-
"name": "app",
|
|
11193
|
-
"required": true,
|
|
11194
|
-
"hasDynamicHelp": false,
|
|
11195
|
-
"multiple": false,
|
|
11196
|
-
"type": "option"
|
|
11197
|
-
},
|
|
11198
|
-
"remote": {
|
|
11199
|
-
"char": "r",
|
|
11200
|
-
"description": "git remote of app to use",
|
|
11201
|
-
"name": "remote",
|
|
11202
|
-
"hasDynamicHelp": false,
|
|
11203
|
-
"multiple": false,
|
|
11204
|
-
"type": "option"
|
|
11205
|
-
}
|
|
11206
|
-
},
|
|
10995
|
+
"aliases": [
|
|
10996
|
+
"twofactor:disable",
|
|
10997
|
+
"2fa:disable"
|
|
10998
|
+
],
|
|
10999
|
+
"args": {},
|
|
11000
|
+
"description": "disables 2fa on account",
|
|
11001
|
+
"examples": "$ heroku auth:2fa:disable",
|
|
11002
|
+
"flags": {},
|
|
11207
11003
|
"hasDynamicHelp": false,
|
|
11208
11004
|
"hiddenAliases": [],
|
|
11209
|
-
"id": "
|
|
11005
|
+
"id": "auth:2fa:disable",
|
|
11210
11006
|
"pluginAlias": "heroku",
|
|
11211
11007
|
"pluginName": "heroku",
|
|
11212
11008
|
"pluginType": "core",
|
|
11213
11009
|
"strict": true,
|
|
11214
|
-
"
|
|
11010
|
+
"example": "$ heroku auth:2fa:disable",
|
|
11215
11011
|
"isESM": false,
|
|
11216
11012
|
"relativePath": [
|
|
11217
11013
|
"lib",
|
|
11218
11014
|
"commands",
|
|
11219
|
-
"
|
|
11220
|
-
"
|
|
11221
|
-
"
|
|
11015
|
+
"auth",
|
|
11016
|
+
"2fa",
|
|
11017
|
+
"disable.js"
|
|
11222
11018
|
]
|
|
11223
11019
|
},
|
|
11224
|
-
"
|
|
11225
|
-
"aliases": [
|
|
11020
|
+
"auth:2fa": {
|
|
11021
|
+
"aliases": [
|
|
11022
|
+
"2fa",
|
|
11023
|
+
"twofactor"
|
|
11024
|
+
],
|
|
11226
11025
|
"args": {},
|
|
11227
|
-
"description": "
|
|
11228
|
-
"flags": {
|
|
11229
|
-
"help": {
|
|
11230
|
-
"char": "h",
|
|
11231
|
-
"description": "Show CLI help.",
|
|
11232
|
-
"name": "help",
|
|
11233
|
-
"allowNo": false,
|
|
11234
|
-
"type": "boolean"
|
|
11235
|
-
}
|
|
11236
|
-
},
|
|
11026
|
+
"description": "check 2fa status",
|
|
11027
|
+
"flags": {},
|
|
11237
11028
|
"hasDynamicHelp": false,
|
|
11238
|
-
"hidden": true,
|
|
11239
11029
|
"hiddenAliases": [],
|
|
11240
|
-
"id": "
|
|
11030
|
+
"id": "auth:2fa",
|
|
11241
11031
|
"pluginAlias": "heroku",
|
|
11242
11032
|
"pluginName": "heroku",
|
|
11243
11033
|
"pluginType": "core",
|
|
@@ -11246,9 +11036,9 @@
|
|
|
11246
11036
|
"relativePath": [
|
|
11247
11037
|
"lib",
|
|
11248
11038
|
"commands",
|
|
11249
|
-
"
|
|
11250
|
-
"
|
|
11251
|
-
"
|
|
11039
|
+
"auth",
|
|
11040
|
+
"2fa",
|
|
11041
|
+
"index.js"
|
|
11252
11042
|
]
|
|
11253
11043
|
},
|
|
11254
11044
|
"ci:config:get": {
|
|
@@ -11483,6 +11273,216 @@
|
|
|
11483
11273
|
"unset.js"
|
|
11484
11274
|
]
|
|
11485
11275
|
},
|
|
11276
|
+
"certs:auto:disable": {
|
|
11277
|
+
"aliases": [],
|
|
11278
|
+
"args": {},
|
|
11279
|
+
"description": "disable ACM for an app",
|
|
11280
|
+
"flags": {
|
|
11281
|
+
"confirm": {
|
|
11282
|
+
"char": "c",
|
|
11283
|
+
"hidden": true,
|
|
11284
|
+
"name": "confirm",
|
|
11285
|
+
"hasDynamicHelp": false,
|
|
11286
|
+
"multiple": false,
|
|
11287
|
+
"type": "option"
|
|
11288
|
+
},
|
|
11289
|
+
"app": {
|
|
11290
|
+
"char": "a",
|
|
11291
|
+
"description": "app to run command against",
|
|
11292
|
+
"name": "app",
|
|
11293
|
+
"required": true,
|
|
11294
|
+
"hasDynamicHelp": false,
|
|
11295
|
+
"multiple": false,
|
|
11296
|
+
"type": "option"
|
|
11297
|
+
},
|
|
11298
|
+
"remote": {
|
|
11299
|
+
"char": "r",
|
|
11300
|
+
"description": "git remote of app to use",
|
|
11301
|
+
"name": "remote",
|
|
11302
|
+
"hasDynamicHelp": false,
|
|
11303
|
+
"multiple": false,
|
|
11304
|
+
"type": "option"
|
|
11305
|
+
}
|
|
11306
|
+
},
|
|
11307
|
+
"hasDynamicHelp": false,
|
|
11308
|
+
"hiddenAliases": [],
|
|
11309
|
+
"id": "certs:auto:disable",
|
|
11310
|
+
"pluginAlias": "heroku",
|
|
11311
|
+
"pluginName": "heroku",
|
|
11312
|
+
"pluginType": "core",
|
|
11313
|
+
"strict": true,
|
|
11314
|
+
"topic": "certs",
|
|
11315
|
+
"isESM": false,
|
|
11316
|
+
"relativePath": [
|
|
11317
|
+
"lib",
|
|
11318
|
+
"commands",
|
|
11319
|
+
"certs",
|
|
11320
|
+
"auto",
|
|
11321
|
+
"disable.js"
|
|
11322
|
+
]
|
|
11323
|
+
},
|
|
11324
|
+
"certs:auto:enable": {
|
|
11325
|
+
"aliases": [],
|
|
11326
|
+
"args": {},
|
|
11327
|
+
"description": "enable ACM status for an app",
|
|
11328
|
+
"flags": {
|
|
11329
|
+
"wait": {
|
|
11330
|
+
"description": "watch ACM status and exit when complete",
|
|
11331
|
+
"name": "wait",
|
|
11332
|
+
"allowNo": false,
|
|
11333
|
+
"type": "boolean"
|
|
11334
|
+
},
|
|
11335
|
+
"app": {
|
|
11336
|
+
"char": "a",
|
|
11337
|
+
"description": "app to run command against",
|
|
11338
|
+
"name": "app",
|
|
11339
|
+
"required": true,
|
|
11340
|
+
"hasDynamicHelp": false,
|
|
11341
|
+
"multiple": false,
|
|
11342
|
+
"type": "option"
|
|
11343
|
+
},
|
|
11344
|
+
"remote": {
|
|
11345
|
+
"char": "r",
|
|
11346
|
+
"description": "git remote of app to use",
|
|
11347
|
+
"name": "remote",
|
|
11348
|
+
"hasDynamicHelp": false,
|
|
11349
|
+
"multiple": false,
|
|
11350
|
+
"type": "option"
|
|
11351
|
+
}
|
|
11352
|
+
},
|
|
11353
|
+
"hasDynamicHelp": false,
|
|
11354
|
+
"hiddenAliases": [],
|
|
11355
|
+
"id": "certs:auto:enable",
|
|
11356
|
+
"pluginAlias": "heroku",
|
|
11357
|
+
"pluginName": "heroku",
|
|
11358
|
+
"pluginType": "core",
|
|
11359
|
+
"strict": true,
|
|
11360
|
+
"topic": "certs",
|
|
11361
|
+
"isESM": false,
|
|
11362
|
+
"relativePath": [
|
|
11363
|
+
"lib",
|
|
11364
|
+
"commands",
|
|
11365
|
+
"certs",
|
|
11366
|
+
"auto",
|
|
11367
|
+
"enable.js"
|
|
11368
|
+
]
|
|
11369
|
+
},
|
|
11370
|
+
"certs:auto": {
|
|
11371
|
+
"aliases": [],
|
|
11372
|
+
"args": {},
|
|
11373
|
+
"description": "show ACM status for an app",
|
|
11374
|
+
"flags": {
|
|
11375
|
+
"wait": {
|
|
11376
|
+
"description": "watch ACM status and display the status when complete",
|
|
11377
|
+
"name": "wait",
|
|
11378
|
+
"allowNo": false,
|
|
11379
|
+
"type": "boolean"
|
|
11380
|
+
},
|
|
11381
|
+
"app": {
|
|
11382
|
+
"char": "a",
|
|
11383
|
+
"description": "app to run command against",
|
|
11384
|
+
"name": "app",
|
|
11385
|
+
"required": true,
|
|
11386
|
+
"hasDynamicHelp": false,
|
|
11387
|
+
"multiple": false,
|
|
11388
|
+
"type": "option"
|
|
11389
|
+
},
|
|
11390
|
+
"remote": {
|
|
11391
|
+
"char": "r",
|
|
11392
|
+
"description": "git remote of app to use",
|
|
11393
|
+
"name": "remote",
|
|
11394
|
+
"hasDynamicHelp": false,
|
|
11395
|
+
"multiple": false,
|
|
11396
|
+
"type": "option"
|
|
11397
|
+
}
|
|
11398
|
+
},
|
|
11399
|
+
"hasDynamicHelp": false,
|
|
11400
|
+
"hiddenAliases": [],
|
|
11401
|
+
"id": "certs:auto",
|
|
11402
|
+
"pluginAlias": "heroku",
|
|
11403
|
+
"pluginName": "heroku",
|
|
11404
|
+
"pluginType": "core",
|
|
11405
|
+
"strict": true,
|
|
11406
|
+
"topic": "certs",
|
|
11407
|
+
"isESM": false,
|
|
11408
|
+
"relativePath": [
|
|
11409
|
+
"lib",
|
|
11410
|
+
"commands",
|
|
11411
|
+
"certs",
|
|
11412
|
+
"auto",
|
|
11413
|
+
"index.js"
|
|
11414
|
+
]
|
|
11415
|
+
},
|
|
11416
|
+
"certs:auto:refresh": {
|
|
11417
|
+
"aliases": [],
|
|
11418
|
+
"args": {},
|
|
11419
|
+
"description": "refresh ACM for an app",
|
|
11420
|
+
"flags": {
|
|
11421
|
+
"app": {
|
|
11422
|
+
"char": "a",
|
|
11423
|
+
"description": "app to run command against",
|
|
11424
|
+
"name": "app",
|
|
11425
|
+
"required": true,
|
|
11426
|
+
"hasDynamicHelp": false,
|
|
11427
|
+
"multiple": false,
|
|
11428
|
+
"type": "option"
|
|
11429
|
+
},
|
|
11430
|
+
"remote": {
|
|
11431
|
+
"char": "r",
|
|
11432
|
+
"description": "git remote of app to use",
|
|
11433
|
+
"name": "remote",
|
|
11434
|
+
"hasDynamicHelp": false,
|
|
11435
|
+
"multiple": false,
|
|
11436
|
+
"type": "option"
|
|
11437
|
+
}
|
|
11438
|
+
},
|
|
11439
|
+
"hasDynamicHelp": false,
|
|
11440
|
+
"hiddenAliases": [],
|
|
11441
|
+
"id": "certs:auto:refresh",
|
|
11442
|
+
"pluginAlias": "heroku",
|
|
11443
|
+
"pluginName": "heroku",
|
|
11444
|
+
"pluginType": "core",
|
|
11445
|
+
"strict": true,
|
|
11446
|
+
"topic": "certs",
|
|
11447
|
+
"isESM": false,
|
|
11448
|
+
"relativePath": [
|
|
11449
|
+
"lib",
|
|
11450
|
+
"commands",
|
|
11451
|
+
"certs",
|
|
11452
|
+
"auto",
|
|
11453
|
+
"refresh.js"
|
|
11454
|
+
]
|
|
11455
|
+
},
|
|
11456
|
+
"certs:auto:wait": {
|
|
11457
|
+
"aliases": [],
|
|
11458
|
+
"args": {},
|
|
11459
|
+
"description": "waits for the certificate to be activated",
|
|
11460
|
+
"flags": {
|
|
11461
|
+
"help": {
|
|
11462
|
+
"char": "h",
|
|
11463
|
+
"description": "Show CLI help.",
|
|
11464
|
+
"name": "help",
|
|
11465
|
+
"allowNo": false,
|
|
11466
|
+
"type": "boolean"
|
|
11467
|
+
}
|
|
11468
|
+
},
|
|
11469
|
+
"hasDynamicHelp": false,
|
|
11470
|
+
"hidden": true,
|
|
11471
|
+
"hiddenAliases": [],
|
|
11472
|
+
"id": "certs:auto:wait",
|
|
11473
|
+
"pluginAlias": "heroku",
|
|
11474
|
+
"pluginName": "heroku",
|
|
11475
|
+
"pluginType": "core",
|
|
11476
|
+
"strict": true,
|
|
11477
|
+
"isESM": false,
|
|
11478
|
+
"relativePath": [
|
|
11479
|
+
"lib",
|
|
11480
|
+
"commands",
|
|
11481
|
+
"certs",
|
|
11482
|
+
"auto",
|
|
11483
|
+
"wait.js"
|
|
11484
|
+
]
|
|
11485
|
+
},
|
|
11486
11486
|
"pg:backups:cancel": {
|
|
11487
11487
|
"aliases": [],
|
|
11488
11488
|
"args": {
|
|
@@ -14652,5 +14652,5 @@
|
|
|
14652
14652
|
]
|
|
14653
14653
|
}
|
|
14654
14654
|
},
|
|
14655
|
-
"version": "10.
|
|
14655
|
+
"version": "10.7.0-beta.0"
|
|
14656
14656
|
}
|