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

Improve functionality of CLAIMED CLI #231

Open
romeokienzler opened this issue May 26, 2023 · 0 comments
Open

Improve functionality of CLAIMED CLI #231

romeokienzler opened this issue May 26, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@romeokienzler
Copy link
Member

romeokienzler commented May 26, 2023

The CLAIMED CLI allows all CLAIMED components to be used from the command line in the form:

claimed <component_name:version> <parameters, ...>

claimed claimed-util-cos:0.3 access_key_id=xxx secret_access_key=xxx endpoint=https://s3.us-east.cloud-object-storage.appdomain.cloud bucket_name=era5-cropscape-zarr path=/ recursive=True operation=ls

This is implemented as an exemplar for the claimed-util-cos component but not yet generic.

Making this generic (the CLI can work with any CLAIMED component and make it available via CLI automatically) will allow to use and CLAIMED component from the terminal and in shell scripts

@romeokienzler romeokienzler added the good first issue Good for newcomers label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant