Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claimed-framework/cli
- Owner: claimed-framework
- License: apache-2.0
- Created: 2023-04-24T11:27:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T10:16:36.000Z (9 months ago)
- Last Synced: 2024-04-26T16:21:08.664Z (8 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```