-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
--configPath
has been deprecated in #862.
Keeping this issue around until we drop it in 2.x
--
As of 1.7 all of --configPath
, --config
, and --c
CLI args can be used to set the wrangler config path.
--configPath
is not in line with what wrangler uses (--config
, --c
) and should eventually be removed.
- rename the
configPath
arg toconfig
with a singlec
alias - add a "new" arg
configPath
(w/o alias)
The new behavior would be:
- error early when both
config
andconfigPath
flags are set - use either
config
orconfigPath
when only one of them is set - print a deprecation warning when
configPath
is used - remove the deprecated
configPath
in the next major release