Skip to content

Commit 1ad6010

Browse files
committed
chore: reduce command dize
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 606df59 commit 1ad6010

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The public API contract for this app is published as [openapi-full.json](https:/
2323

2424
Run the app commands from the Nextcloud stack root, not from the host PHP environment.
2525

26-
| Command | Description |
26+
| occ Command | Description |
2727
| --- | --- |
28-
| `occ profile_fields:data:export --output=/tmp/profile_fields-export.json` | Export the current Profile Fields catalog and stored values. |
29-
| `occ profile_fields:data:import --input=/tmp/profile_fields-export.json --dry-run` | Validate an import payload without writing anything. |
30-
| `occ profile_fields:data:import --input=/tmp/profile_fields-export.json` | Apply the non-destructive `upsert` import. |
31-
| `occ profile_fields:data:clear --definitions --force` | Clear app definitions explicitly before reimporting into the same environment. |
28+
| `profile_fields:data:export` | Export the current Profile Fields catalog and stored values. |
29+
| `profile_fields:data:import` | Validate an import payload without writing anything. |
30+
| `profile_fields:data:import` | Apply the non-destructive `upsert` import. |
31+
| `profile_fields:data:clear` | Clear app definitions explicitly before reimporting into the same environment. |
3232

3333
Notes:
3434

0 commit comments

Comments
 (0)