We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c71e commit 4273d62Copy full SHA for 4273d62
src/now.js
@@ -183,11 +183,6 @@ const main = async (argv_) => {
183
}
184
185
186
- // Support top-level "sh" config
187
- if (config && !config.sh) {
188
- config.sh = config;
189
- }
190
-
191
let authConfigExists
192
193
try {
@@ -221,11 +216,6 @@ const main = async (argv_) => {
221
216
return 1;
222
217
223
218
224
- // Support top-level "sh" auth
225
- if (!Array.isArray(authConfig.credentials) && authConfig.token) {
226
- authConfig.credentials = [{ provider: 'sh', token: authConfig.token }];
227
228
229
219
if (!Array.isArray(authConfig.credentials)) {
230
220
console.error(
231
error(
0 commit comments