Skip to content
New issue

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

Feature Request > add the "private" attribute to index.json #2

Open
adriens opened this issue Feb 25, 2021 · 0 comments
Open

Feature Request > add the "private" attribute to index.json #2

adriens opened this issue Feb 25, 2021 · 0 comments

Comments

@adriens
Copy link

adriens commented Feb 25, 2021

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 the private attribute as follow to index.json :

"environment": {
    "uilayout": "terminal"
  },
  "backend": {
    "imageid": "ubuntu:2004"
  },
  "private": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant