[doc] Update releasing tool location

I've stopped proposing PRs to original repos as their review
takes really a while now.

With that I'm updating location of current version of tooling.

Change-Id: Ie4f168fbe3f2b0bc74aef3ca0700b2cffdbf752a
This commit is contained in:
Dmitriy Rabotyagov 2023-04-20 18:14:11 +02:00
parent fd50cbbb9d
commit 5e40c294df
1 changed files with 3 additions and 3 deletions

View File

@ -25,14 +25,14 @@ and lighter, over time.
Now, all the functions are separated, and included into a branch
independent tooling, `osa_cli_releases`.
.. _osa_cli_releases: https://github.com/evrardjp/osa_cli_releases
.. _osa_cli_releases: https://github.com/noonedeadpunk/osa_cli_releases
You can install the latest version of this tooling by running:
.. parsed-literal::
pip3 install -e git+https://github.com/evrardjp/osa-cli.git#egg=openstack_ansible_cli
pip3 install -e git+https://github.com/evrardjp/osa_cli_releases.git#egg=osa_cli_releases
pip3 install -e git+https://github.com/noonedeadpunk/osa-cli.git#egg=openstack_ansible_cli
pip3 install -e git+https://github.com/noonedeadpunk/osa_cli_releases.git#egg=osa_cli_releases
This tooling can then be called using ``osa releases``.
Each subcommand contains help by default.