@@ -42,11 +42,12 @@ describe("cloudchamber image", () => {
4242 wrangler cloudchamber registries list list registries configured for this account
4343
4444 GLOBAL FLAGS
45- -c, --config Path to Wrangler configuration file [string]
46- --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
47- -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
48- -h, --help Show help [boolean]
49- -v, --version Show version number [boolean]"
45+ -c, --config Path to Wrangler configuration file [string]
46+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
47+ -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
48+ --env-file Path to the .env file to load [string]
49+ -h, --help Show help [boolean]
50+ -v, --version Show version number [boolean]"
5051 ` ) ;
5152 } ) ;
5253
@@ -188,11 +189,12 @@ describe("cloudchamber image list", () => {
188189 List images in the Cloudflare managed registry
189190
190191 GLOBAL FLAGS
191- -c, --config Path to Wrangler configuration file [string]
192- --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
193- -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
194- -h, --help Show help [boolean]
195- -v, --version Show version number [boolean]
192+ -c, --config Path to Wrangler configuration file [string]
193+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
194+ -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
195+ --env-file Path to the .env file to load [string]
196+ -h, --help Show help [boolean]
197+ -v, --version Show version number [boolean]
196198
197199 OPTIONS
198200 --filter Regex to filter results [string]
0 commit comments