From 1c49d959615781e55c453ef06278873b8d2b0c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Wed, 13 Jan 2021 17:37:54 +0000 Subject: [PATCH] feat: pass offline flag to @netlify/config --- src/utils/command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/command.js b/src/utils/command.js index 3ba52858afb..b82f2b6ed6e 100644 --- a/src/utils/command.js +++ b/src/utils/command.js @@ -127,6 +127,7 @@ class BaseCommand extends Command { siteId: argv.siteId || (typeof argv.site === 'string' && argv.site) || state.get('siteId'), token, mode: 'cli', + offline: argv.offline, }) } catch (error) { const message = error.type === 'userError' ? error.message : error.stack