File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ The public API contract for this app is published as [openapi-full.json](https:/
2323
2424Run 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
3333Notes:
3434
You can’t perform that action at this time.
0 commit comments