Skip to main content

tare identity edit serve-url set

Set the top-level serveUrl field in a local identity file.

The file is read, serveUrl is updated, the checksum is recomputed,
and the file is written back atomically.

Examples:
tare identity edit serve-url set https://proxy.acme.com
tare identity edit --file my.identity.json serve-url set https://proxy.acme.com

Usage:
tare identity edit serve-url set <URL> [flags]

Global Flags:
-f, --file string Path to the identity JSON file (default: identity.json)
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr