Skip to main content

WIKI_ROWS_ADD

Constant WIKI_ROWS_ADD 

Source
pub const WIKI_ROWS_ADD: &str = "\
Add rows to a Yandex Wiki grid.

```
ytcli wiki rows-add 8f1e2d3c-4b5a-4c6d-8e7f-9a0b1c2d3e4f --from rows.json
echo '[{\"version\": \"1.4.0\"}]' | ytcli wiki rows-add 8f1e2d3c-4b5a-4c6d-8e7f-9a0b1c2d3e4f --from - --after 2
```

The rows are a JSON array of objects keyed by column slug. Add them at the
end, after a row with `--after`, or at a position with `--position`. Made
against a revision like every grid write (`--revision`). Prints the new rows'
ids and the new revision.";