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

Enable CLI to read and convert raw image data files #347

Open
F-X64 opened this issue Feb 13, 2023 · 1 comment
Open

Enable CLI to read and convert raw image data files #347

F-X64 opened this issue Feb 13, 2023 · 1 comment

Comments

@F-X64
Copy link
Member

F-X64 commented Feb 13, 2023

Summary
To make the CID CLI more flexible we want to enable our users (and our automation) to read raw image data files as provided by the cloud provider and output formatted image data according to our schema standard.

Expected outcome

  • A flag needs to be added to the CLI tool (--file /-f) that accepts a path to a raw data file.
  • The CLI needs to be able to read the image data and apply the existing image format routine as needed.
  • Add necessary test cases.

Hints
This will involve a lot of code changes. Ideally a PR for each cloud provider should be created.

Acceptance Criteria

  • The CLI tool can generate formatted image data from raw data files.
  • The CLI can still generate formatted image data from cloud provider live data.
@F-X64
Copy link
Member Author

F-X64 commented Feb 13, 2023

This task might take more time than we have for this milestone. Let's move it to March.

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

No branches or pull requests

1 participant