kurtosis package init
This command initializes the current directory to be a Kurtosis package by creating a kurtosis.yml
file with the given package name.
Usage:
kurtosis package init [flags] package_name
The package_name
argument is the locatorto the package, in the format github.com/USER/REPO
.