Table of Contents |
---|
ewccli – European Weather Cloud Command Line Interface
The ewccli is a command-line tool for interacting with the European Weather Cloud (EWC).
It is published on PyPI and provides convenient commands for managing resources such as hubs, storage, and deployments.toc
Installation
We recommend installing ewccli
inside a Python virtual environment. Create and activate a virtual environment:
...
Verify installation:
Code Block |
---|
$ ewc |
Initial Commands
...
1. List available hubs
Code Block |
---|
$ ewc hub list |
2. Login
Code Block |
---|
$ ewc login |
...
After checking which items can be deployed, you can start to deploy one, for example Pytroll itemCommunity Hub Item:
If you deploy from a machine in the same network of your tenancy:
...