Skip to content

Commit

Permalink
Delete apply-vsman infrastructure. (#678)
Browse files Browse the repository at this point in the history
@danshaw is working on a competing resolution of this problem.
  • Loading branch information
BillyONeal authored Aug 26, 2022
1 parent c5c079b commit 637dc91
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,277 deletions.
140 changes: 0 additions & 140 deletions ce/ce/cli/commands/apply-vsman.ts

This file was deleted.

2 changes: 0 additions & 2 deletions ce/ce/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { CommandLine } from './cli/command-line';
import { AcquireCommand } from './cli/commands/acquire';
import { ActivateCommand } from './cli/commands/activate';
import { AddCommand } from './cli/commands/add';
import { ApplyVsManCommand } from './cli/commands/apply-vsman';
import { CacheCommand } from './cli/commands/cache';
import { CleanCommand } from './cli/commands/clean';
import { DeactivateCommand } from './cli/commands/deactivate';
Expand Down Expand Up @@ -76,7 +75,6 @@ async function main() {
debug(`Anonymous Telemetry Enabled: ${telemetryEnabled}`);
// find a project profile.

const zApplyVsMan = new ApplyVsManCommand(commandline);
const help = new HelpCommand(commandline);

const find = new FindCommand(commandline);
Expand Down
Loading

0 comments on commit 637dc91

Please sign in to comment.