-
Notifications
You must be signed in to change notification settings - Fork 84
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
configPatharg toconfigwith a singlecalias - add a "new" arg
configPath(w/o alias)
The new behavior would be:
- error early when both
configandconfigPathflags are set - use either
configorconfigPathwhen only one of them is set - print a deprecation warning when
configPathis used - remove the deprecated
configPathin the next major release