We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xOpera API is currently started with python3 -m opera.api.cli command which is not so practical.
python3 -m opera.api.cli
We could create a CLI for xOpera API that would help users to get started easier:
The CLI commands could be the following:
# install the CLI $ python3 -m venv .venv && . .venv/bin/activate (.venv) $ pip install opera-api # print OpenAPI specification (.venv) $ opera-api openapi # install prerequisites (.venv) $ opera-api install # run xOpera REST API (.venv) $ opera-api run
TBD if this will be chosen for implementation.
The opera-api is run from source code script.
opera-api
To be able to start the API with CLI command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
xOpera API is currently started with
python3 -m opera.api.cli
command which is not so practical.We could create a CLI for xOpera API that would help users to get started easier:
The CLI commands could be the following:
Steps
TBD if this will be chosen for implementation.
Current behaviour
The
opera-api
is run from source code script.Expected results
To be able to start the API with CLI command.
The text was updated successfully, but these errors were encountered: