Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions class_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ if type class-generator > /dev/null; then eval "$(_CLASS_GENERATOR_COMPLETE=zsh_

###### Call the script

- Calling the script with poetry

```bash
poetry run class-generator --kind <kind>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed, once running poetry install it will install it system-wide and run it inside poetry.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is needed is to change the install command, installation should be done with pipx or pip

using pipx
pipx install openshift-python-wrapper

using pip
python 3 -m pip install openshift-python-wrapper

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack I

```

- Running in normal mode with `--kind` flags:

```bash
Expand Down