modulepackage
0.0.23
Repository: https://github.com/guergabo/antithesis-cli.git
Documentation: pkg.go.dev
# README
Antithesis is a platform for building the impossible.
Getting Started
Install Antithesis
Install with Homebrew on macOS:
brew tap guergabo/antithesis
brew install antithesis
Install with Go:
go install github.com/guergabo/antithesis-cli@latest
Alternatively, you can download the latest antithesis
binary from the
Releases page.
Create a Project
To initialize an Antithesis project:
antithesis init quickstart ./output
Create a Test Run
To create your first Antithesis test run, see our Getting Started guide.
antithesis run \
--name='quickstart' \
--description='Running a quick antithesis test.' \
--tenant='tenant' \
--username='username' \
--password='password' \
--config='<registry>/<namespace>/config:latest' \
--image='<registry>/<namespace>/sut:latest' \
--image='<registry>/<namespace>/test-template:latest' \
--duration=15 \
--email='[email protected]'
Getting Help
See antithesis --help
or our documentation for
further information, or reach out on Discord.
# Packages
No description provided by the author