Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): Add non-interactive CLI commands #2842

Closed
wants to merge 3 commits into from

Conversation

davidhoeck
Copy link
Collaborator

@davidhoeck davidhoeck commented May 8, 2024

Description

The current CLI implementation is interactive, which makes it only usable for humans on the command line. That of course makes automation practically impossible.

This PR introduces non-interactive commands for the existing add commands in the CLI. The motivation behind that is to enable non-interactive script mechanisms that could potentially be used in monorepos.

Furthermore, we expose the generator APIs to that they can also be used from the outside.

Breaking changes

None

Checklist

馃搶 Always:

  • I have set a clear title
  • My PR is small and contains a single feature
  • I have checked my own PR

馃憤 Most of the time:

  • I have added or updated test cases
  • I have updated the README if needed

@davidhoeck davidhoeck closed this Jun 14, 2024
@davidhoeck davidhoeck deleted the feat/non-interactive-cli branch June 14, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant