Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
java-package: 'jdk'
java-version: '21'
server-id: central
server-password: CRENTRAL_PASSWORD
server-username: CRENTRAL_USERNAME
server-password: CENTRAL_PASSWORD
server-username: CENTRAL_USERNAME
- name: Publish to the Maven Central Repository
run: mvn -B -P central -U deploy
env:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ at once. Exact matches only.
Attached files are handed back however your deployment prefers, set globally with
the `file.transport` property or overridden per-request with `fileTransport`:

* `disk` ... written to the save location, whose path is returned in the response.
* `inline` ... base64 encoded straight into the response; nothing touches the disk.
* `none` ... skipped entirely; only the file's metadata comes back.
* `disk` written to the save location, whose path is returned in the response.
* `inline` base64 encoded straight into the response; nothing touches the disk.
* `none` skipped entirely; only the file's metadata comes back.

```sh
Usage: java -jar credcat.jar [ -server | '{ "config": ".keeper/config.base64", "titles": ["RECORD_TITLE"], "uids": ["RECORD_UID"] }' ]
Expand Down
Loading