jinks edit-profile <dir>
Edit an existing profile configuration stored in a directory. The profile's config.json is read from the given directory, edited, and written back.
bash
jinks edit-profile ./my-featureArguments
<dir>— Directory containing the profile configuration (itsconfig.json). Required.
Options
-s, --server <address>— Server address. Defaults tohttp://localhost:8080/exist/apps/jinks(or$JINKS_SERVER).-u, --user <username>— Username. Defaults totei(or$JINKS_USER).-p, --password <password>— Password. Defaults tosimple(or$JINKS_PASSWORD).
Examples
Edit a profile stored in ./my-feature:
bash
jinks edit-profile ./my-featureSee create-profile for creating a new profile.