Skip to content

Commit 4e6d5a9

Browse files
authored
Merge pull request #7 from LibreCodeCoop/chore/organize-code
chore: reduce command dize
2 parents 1f5a976 + 1ad6010 commit 4e6d5a9

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)