Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claimed-framework/cli

CLAIMED CLI - all components available via cli at your fingertips
https://github.com/claimed-framework/cli

Last synced: about 2 months ago
JSON representation

CLAIMED CLI - all components available via cli at your fingertips

Awesome Lists containing this project

README

        

# cli
CLAIMED CLI - all components available via cli at your fingertips

## Installation

```bash
pip install claimed
```

## Usage
Run an operator locally:
```bash
claimed --component component-name [--component-parameters-name component-parameters-value ...]

# Example
claimed --component blumenstiel/claimed-generate-random-numbers --num_random 5
```

Create operators using [C3](https://github.com/claimed-framework/c3):
```bash
claimed create operator -r -v
```