Skip to content

Commit 72d48ee

Browse files
committed
Rename from review suggestions
1 parent 27e2875 commit 72d48ee

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
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:
109
Please report any issues you have with the new client [on this github issue](https://github.com/rucio/rucio/issues/7224)
@@ -13,8 +12,8 @@ Note:
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ title: Using the Client
66
Rucio provides several commands for the end-user. See [executables](bin/rucio.md).
77
The command line client is called ``rucio``.
88

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

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

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

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"user/configuring_the_client",
3333
"user/using_the_client",
3434
"user/developing_with_rucio",
35-
"user/migrating_from_35_client"
35+
"user/migrate_to_36_CLI"
3636
],
3737
"Operator": [
3838
"operator/setting_up_demo",

0 commit comments

Comments
 (0)