We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actually, when generating a new scenario from the CLI, the private attribute is not generated. So you have to know it does exist to play with it.
private
I discovered this attribute while working on our release workflow.
If we don't want to change the actual katacoda-cli behavior, it would be great to add the private attribute as follow to index.json :
katacoda-cli
index.json
"environment": { "uilayout": "terminal" }, "backend": { "imageid": "ubuntu:2004" }, "private": false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Actually, when generating a new scenario from the CLI, the
private
attribute is not generated. So you have to know it does exist to play with it.I discovered this attribute while working on our release workflow.
Feature request
If we don't want to change the actual
katacoda-cli
behavior, it would be great to add theprivate
attribute as follow toindex.json
:The text was updated successfully, but these errors were encountered: