Skip to content

replicatedcom/support-bundle

Repository files navigation

Support bundle generator

This can be run in a Docker container or as a stand alone binary:

make support-bundle-generate

Unit tests

make test

Integration tests

make e2e-supportbundle-core e2e-supportbundle-docker

Scanning image prior to release

make scan-base

Releases

Releases are created on CircleCI when a tag is pushed.

git tag -a v0.1.0 -m "Initial release" && git push origin v0.1.0