Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit c795fac

Browse files
removal of infra create (#86)
1 parent e2f94da commit c795fac

File tree

3 files changed

+1
-215
lines changed

3 files changed

+1
-215
lines changed

src/commands/infra/create.test.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/commands/infra/create.ts

Lines changed: 0 additions & 140 deletions
This file was deleted.

src/commands/infra/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { Command } from "../command";
2-
import { createCommandDecorator } from "./create";
32
import { scaffoldCommandDecorator } from "./scaffold";
43
import { validateCommandDecorator } from "./validate";
54

65
export const infraCommand = Command(
76
"infra",
87
"Manage and modify your Bedrock infrastructure.",
9-
[createCommandDecorator, scaffoldCommandDecorator, validateCommandDecorator]
8+
[scaffoldCommandDecorator, validateCommandDecorator]
109
);

0 commit comments

Comments
 (0)