https://github.com/bakdata/quick-cli
Command line interface for Quick
https://github.com/bakdata/quick-cli
Last synced: 12 months ago
JSON representation
Command line interface for Quick
- Host: GitHub
- URL: https://github.com/bakdata/quick-cli
- Owner: bakdata
- License: apache-2.0
- Created: 2022-04-20T06:27:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T07:25:22.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:48:10.492Z (12 months ago)
- Language: Python
- Homepage: https://bakdata.github.io/quick
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick CLI


[](https://pypi.org/project/quick-cli/)
> [!WARNING]
> Quick's CLI is deprecated and no longer actively maintained.
> Visit our [user guide](https://bakdata.github.io/quick/0.8/user/) for more information.
The Quick CLI lets you manage your Quick instance.
For more information on how to work with it, see our [user guide](https://bakdata.github.io/quick/dev/user/).
## Set up
The CLI is a Python project and you can install via pip:
```shell
pip install quick-cli
```
The first step after installing the CLI is creating a new context.
Our [user guide](https://bakdata.github.io/quick/dev/user/getting-started/setup-cli/) provides further information.
## Reference
There is a [list of all commands](https://bakdata.github.io/quick/dev/user/reference/cli-commands/) as a reference.
Additionally, you can run all commands with `-h` or `--help` to display a help message.
## Contributing
The [CLI's developer guide](https://bakdata.github.io/quick/dev/developer/cli/) provides more information on how to setup the project and the project's layout.
For general information, check out out the [contributing guide](https://bakdata.github.io/quick/dev/developer/contributing/).