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 f56639a commit 52c7776Copy full SHA for 52c7776
packages/wrangler/src/containers/index.ts
@@ -1,4 +1,3 @@
1
-import { applyCommand, applyCommandOptionalYargs } from "../cloudchamber/apply";
2
import {
3
buildCommand,
4
buildYargs,
@@ -38,12 +37,6 @@ export const containers = (
38
37
(args) => pushYargs(args),
39
(args) => handleFailure(pushCommand, containersScope)(args)
40
)
41
- .command(
42
- "apply",
43
- "apply the changes in the container applications to deploy",
44
- (args) => applyCommandOptionalYargs(args),
45
- (args) => handleFailure(applyCommand, containersScope)(args)
46
- )
47
.command(
48
"images",
49
"perform operations on images in your Cloudflare managed registry",
0 commit comments