Loading

changelog upload cli command

docs-builder changelog upload \
  --artifact-type <string> \
  --target <string> \
  [options]
		

Upload changelog entries or bundle artifacts to S3 or Elasticsearch.

--artifact-type string required
Artifact type to upload: 'changelog' (individual entries) or 'bundle' (consolidated bundles).
--target string required
Upload destination: 's3' or 'elasticsearch'.
--s3-bucket-name string
S3 bucket name (required when target is 's3').
--config string
Path to changelog.yml configuration file. Defaults to docs/changelog.yml.
--directory string
Override changelog directory instead of reading it from config.
-l --log-level enum

Minimum log level.

Values: trace, debug, information, warning, error, critical, none

Default: information

-c --config-source enum

Override the configuration source: local, remote

Values: local, remote, embedded

--[no-]skip-private-repositories
Skip cloning private repositories

Uses content-hash–based incremental transfer — only changed files are uploaded.