Skip to content

Commit

Permalink
Refactor devcontainers away
Browse files Browse the repository at this point in the history
projectEnvironment holds information about the container environment that can be used to better form container definitions or urls
  • Loading branch information
dragonstyle committed Aug 4, 2023
1 parent a3da67d commit 9644325
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 614 deletions.
3 changes: 1 addition & 2 deletions src/command/use/cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import { Command, ValidationError } from "cliffy/command/mod.ts";

import { useTemplateCommand } from "./commands/template.ts";
import { useDevContainerCommand } from "./commands/devcontainer.ts";

const kUseCommands = [useTemplateCommand, useDevContainerCommand];
const kUseCommands = [useTemplateCommand];

export const makeUseCommand = () => {
const theCommand = new Command()
Expand Down
47 changes: 0 additions & 47 deletions src/command/use/commands/decontainer-types.ts

This file was deleted.

Loading

0 comments on commit 9644325

Please sign in to comment.