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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate CLI from deployment abstractions (domain model and routines) #54

Open
marcin-trust opened this issue Nov 12, 2021 · 0 comments
Labels
technical Technical changes that does not change features

Comments

@marcin-trust
Copy link
Contributor

Currently Mars can be consumed in two ways:

  1. as CLI through mars command and
  2. as the mars library to create scripts/programs in TS/JS

The codebase does not separate those 2 (tight coupling).
Consider refactoring the codebase to extract domain concepts (deployment and utils around like verification) from the CLI level constructs.

@marcin-trust marcin-trust added the technical Technical changes that does not change features label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Technical changes that does not change features
Projects
None yet
Development

No branches or pull requests

1 participant