Skip to content

Commit

Permalink
Remove unused docassemble cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 18, 2024
1 parent c16376d commit c76c642
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
34 changes: 0 additions & 34 deletions apps/cli/src/cli-controller/docassemble.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/cli/src/cli-controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const CliController = (ctx: Context) => {
});

addSecretCommands(ctx, cli);
//addDocassembleCommands(ctx, cli);

return cli;
};
5 changes: 0 additions & 5 deletions apps/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,5 @@ const workspaceRoot = join(process.cwd(), '../../');
const app = CliController({
console,
workspaceRoot,
/*docassemble: {
fetch,
apiUrl: 'http://localhost:8011',
apiKey: process.env.VITE_DOCASSEMBLE_API_KEY || '',
},*/
});
app.parseAsync(process.argv).then(() => console.error('Exiting...'));

0 comments on commit c76c642

Please sign in to comment.