Contribution Guidelines for Core

How to contribute to the ksctl

Repository: ksctl/ksctl

Test out both All Mock and Unit tests and lints

make test

Test out both All Unit tests

make unit_test_all

Test out both All Mock tests

make mock_all

for E2E tests on local

set the required token as ENV vars then

cd test/e2e

# then the syntax for running
go run . -op create -file azure/create.json

# for operations you can refer file test/e2e/consts.go

Last modified July 12, 2024: added version based docs (39275d5)