Skip to content

Commit 52c7776

Browse files
committed
Remove extraneous apply command
1 parent f56639a commit 52c7776

File tree

1 file changed

+0
-7
lines changed
  • packages/wrangler/src/containers

1 file changed

+0
-7
lines changed

packages/wrangler/src/containers/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { applyCommand, applyCommandOptionalYargs } from "../cloudchamber/apply";
21
import {
32
buildCommand,
43
buildYargs,
@@ -38,12 +37,6 @@ export const containers = (
3837
(args) => pushYargs(args),
3938
(args) => handleFailure(pushCommand, containersScope)(args)
4039
)
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-
)
4740
.command(
4841
"images",
4942
"perform operations on images in your Cloudflare managed registry",

0 commit comments

Comments
 (0)