Skip to main content

WIKI_CLONE

Constant WIKI_CLONE 

Source
pub const WIKI_CLONE: &str = "\
Copy a Yandex Wiki page to a new address.

```
ytcli wiki clone users/ilubenets/runbook users/ilubenets/runbook-2027
ytcli wiki clone users/ilubenets/runbook team/runbook --title \"Team runbook\" --no-wait
```

The Wiki copies in the background. The command waits, with progress on
stderr when there is a terminal to show it on, then prints where the copy
landed. `--no-wait` prints the operation and returns; `wiki operation` asks
about it later.

Each refusal the Wiki documents is named: a page already at the target, a
reserved address, a cloud page, no rights there, a used-up quota. The profile
and organisation are announced first, and `--dry-run` sends nothing.";