docuseal-cli - Environment Profile
Generated: 2026-05-20
OS
- Platform: darwin
- Version: Darwin Macbook-M4.local 25.2.0 Darwin Kernel Version 25.2.0: Tue Nov 18 21:08:48 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T8132 arm64
Runtime
- Language: Node.js
- Version: v25.9.0
- Toolchain: npm 11.12.1
Binary
- Entry point:
node bin/run.js - Version:
1.0.3 - Resolved path:
/Users/roman/PycharmProjects/Experiments/docuseal-cli/bin/run.js - Note: after clone,
bin/run.jsrequireddist/index.js, which was missing untilnpm run buildwas run.
Non-Interactive Flags
configure --api-key <value>: save API key without prompt.configure --server <value>: save server without prompt.- Command-level hidden
--api-key <value>: override API key for one invocation. - Command-level hidden
--server <value>: override server for one invocation.
Output Format Flags
- None discovered. API success responses are printed as raw JSON by default, but there is no
--output,--json, or consistentok/data/errorenvelope.
Config
DOCUSEAL_API_KEY: API key.DOCUSEAL_SERVER:global,europe, or full URL.- Config file:
$XDG_CONFIG_HOME/docuseal/credentials.jsonwhenXDG_CONFIG_HOMEis set, otherwise~/.config/docuseal/credentials.json.
Timeout Method
subprocess.run(timeout=N)or equivalent child-process timeout.
Source
- Read
README.md,CLAUDE.md,skills/docuseal-cli/SKILL.md,package.json,src/index.js,src/commands/configure.js,src/lib/config.js,src/lib/api.js,src/lib/output.js,src/lib/data-flags.js. - Installed dependencies with
npm ciafter sandboxed install failed on DNS resolution. - Built local runnable dist with
npm run build.