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 1af12d6 commit f56639aCopy full SHA for f56639a
packages/wrangler/src/containers/index.ts
@@ -7,7 +7,6 @@ import {
7
} from "../cloudchamber/build";
8
import { handleFailure } from "../cloudchamber/common";
9
import { imagesCommand } from "../cloudchamber/images/list";
10
-import type { Scope } from "../user";
11
import {
12
deleteCommand,
13
deleteYargs,
@@ -16,6 +15,7 @@ import {
16
15
listCommand,
17
listYargs,
18
} from "./containers";
+import type { Scope } from "../user";
19
import type { CommonYargsArgvJSON, CommonYargsOptions } from "../yargs-types";
20
import type { CommandModule } from "yargs";
21
0 commit comments