Skip to content

Commit 463bbb9

Browse files
committed
Rename from review suggestions
1 parent dccef8c commit 463bbb9

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

docs/user/migrating_from_35_client.md renamed to docs/user/migrate_to_36_cli.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
title: Migrating from pre-36.0.0 Clients
33
---
44

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.
87

98
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)
1110

1211
# Legacy Mapping
1312

1413
* Using `rucio-admin` or `rucio --legacy` automatically uses the old version. Old help menus are still visible with this method.
1514
* 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.
1817

1918

2019
# Remapping Existing Commands
@@ -48,7 +47,7 @@ Note:
4847
| rucio list-account-limits | rucio account limit list |
4948
| rucio add-rule | rucio rule add |
5049
| rucio delete-rule | rucio rule remove |
51-
| rucio rule-info | rucio rule info |
50+
| rucio rule-info | rucio rule show |
5251
| rucio list-rules | rucio rule list |
5352
| rucio list-rules-history | rucio rule history |
5453
| rucio update-rule | rucio rule update |

docs/user/using_the_client.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ sidebar_position: 3
77
Rucio provides several commands for the end-user. See [executables](bin/rucio.md).
88
The command line client is called ``rucio``.
99

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

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

1514
# Basic Commands
1615

@@ -443,7 +442,7 @@ You can set attributes to the users:
443442
And list these attributes:
444443
445444
```bash
446-
$ rucio-admin account attribute list --account jdoe
445+
$ rucio account attribute list --account jdoe
447446
+---------+-------+
448447
| Key | Value |
449448
|---------+-------|

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
"user/developing_with_rucio",
25-
"user/migrating_from_35_client"
25+
"user/migrate_36_cli"
2626
],
2727
"Operator": [
2828
"operator/setting_up_demo",

0 commit comments

Comments
 (0)