Skip to content

Commit

Permalink
Typo and wording correction from review
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Di Maio <[email protected]>
  • Loading branch information
voetberg and rdimaio authored Jan 6, 2025
1 parent 27e2875 commit 21ef2ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions docs/user/migrating_from_35_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
title: Migrating from pre-36.0.0 Clients
---

In Rucio 36.0.0, a new rucio client was released.
This new client redos the entire structure of both `rucio` and `rucio-admin`.
`rucio-admin` is made redundant by the update, their commands are included in the `rucio >=36.0` client.
In Rucio 36.0.0, a new Rucio client was released, with breaking changes to the structure of both `rucio` and `rucio-admin`.
`rucio-admin` is made redundant by the update, and its commands are included in the `rucio >=36.0` client.

Note:
Please report any issues you have with the new client [on this github issue](https://github.com/rucio/rucio/issues/7224)
Please report any issues you have with the new client [on this GitHub issue](https://github.com/rucio/rucio/issues/7224)

# Legacy Mapping

* Using `rucio-admin` or `rucio --legacy` automatically uses the old version. Old help menus are still visible with this method.
* Old commands still work - they display a warning.
* Not all commands are included in the 36 Client Release. Not all are one-to-one mapped.
* A warning it printed (not logged) to consoles to encourage migration, along with the closest mapped command.
* A warning is printed (not logged) to consoles to encourage migration, along with the closest mapped command.


# Remapping Existing Commands
Expand Down
3 changes: 1 addition & 2 deletions docs/user/using_the_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ title: Using the Client
Rucio provides several commands for the end-user. See [executables](bin/rucio.md).
The command line client is called ``rucio``.

Please note that these commands are not meant to be included in python scripts.
For such applications, we encourage using the [python client](pathname:///html/site/client.html).
Note: for Python scripts, we encourage using the [Python client](pathname:///html/site/client.html) instead of the commands listed here.

If you are using a version of the client prior to ~36.0, please view the [migration guide](user/migrating_from_35_client.md).

Expand Down

0 comments on commit 21ef2ae

Please sign in to comment.