|
2 | 2 | title: Migrating from pre-36.0.0 Clients
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -In Rucio 36.0.0, a new rucio client was released. |
6 |
| -This new client redos the entire structure of both `rucio` and `rucio-admin`. |
7 |
| -`rucio-admin` is made redundant by the update, their commands are included in the `rucio >=36.0` client. |
| 5 | +In Rucio 36.0.0, a new Rucio client was released, with breaking changes to the structure of both `rucio` and `rucio-admin`. |
| 6 | +`rucio-admin` is made redundant by the update, and its commands are included in the `rucio >=36.0` client. |
8 | 7 |
|
9 | 8 | Note:
|
10 |
| - Please report any issues you have with the new client [on this github issue](https://github.com/rucio/rucio/issues/7224) |
| 9 | + Please report any issues you have with the new client please [contact us](contact_us) |
11 | 10 |
|
12 | 11 | # Legacy Mapping
|
13 | 12 |
|
14 | 13 | * Using `rucio-admin` or `rucio --legacy` automatically uses the old version. Old help menus are still visible with this method.
|
15 | 14 | * Old commands still work - they display a warning.
|
16 |
| -* Not all commands are included in the 36 Client Release. Not all are one-to-one mapped. |
17 |
| -* A warning it printed (not logged) to consoles to encourage migration, along with the closest mapped command. |
| 15 | +* Not all commands are migrated to the new client structure. Not all included commands are one-to-one mapped. |
| 16 | +* A warning is printed (not logged) to consoles to encourage migration, along with the closest mapped command. |
18 | 17 |
|
19 | 18 |
|
20 | 19 | # Remapping Existing Commands
|
|
48 | 47 | | rucio list-account-limits | rucio account limit list |
|
49 | 48 | | rucio add-rule | rucio rule add |
|
50 | 49 | | rucio delete-rule | rucio rule remove |
|
51 |
| -| rucio rule-info | rucio rule info | |
| 50 | +| rucio rule-info | rucio rule show | |
52 | 51 | | rucio list-rules | rucio rule list |
|
53 | 52 | | rucio list-rules-history | rucio rule history |
|
54 | 53 | | rucio update-rule | rucio rule update |
|
|
0 commit comments