You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
Hints
This will involve a lot of code changes. Ideally a PR for each cloud provider should be created.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: