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

DeCLI - Move schema-to-cli functionality to a new project #230

Open
mickmcgrath13 opened this issue Jul 26, 2022 · 2 comments
Open

DeCLI - Move schema-to-cli functionality to a new project #230

mickmcgrath13 opened this issue Jul 26, 2022 · 2 comments
Labels
enhancement ✨ New feature or request schema

Comments

@mickmcgrath13
Copy link
Contributor

Describe the solution you'd like
DeCLI would be a tool that takes a yaml schema and a config file and outputs a cli command.

Steps:

  • extract the schema logic from bitops (post V2 release)
  • move code to its own repo/project - ideally with a CI process that outputs a binary
  • integrate the DeCLI binary into bitops

Additional context
More details here: #59

@mickmcgrath13 mickmcgrath13 added the enhancement ✨ New feature or request label Jul 26, 2022
@arm4b
Copy link
Member

arm4b commented Jul 27, 2022

Is the current code available as bash here https://github.com/bitovi/bitops/tree/master/scripts/bitops-config and the idea to convert it to some standalone CLI tool?

@mickmcgrath13
Copy link
Contributor Author

@armab yes. V2 has its an updated implementation in plugins/utilities.py that we'd probably want to work off of because it's python instead of bash.

@arm4b arm4b added the schema label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request schema
Projects
None yet
Development

No branches or pull requests

2 participants