-
Notifications
You must be signed in to change notification settings - Fork 11
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
added skipprompt to configuration page #234
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor thing, @edeediong.
docs/configuration.md
Outdated
@@ -252,6 +253,7 @@ Metadata inside markdown's fenced code blocks. | |||
| name | Cell’s canonical name useful for referencing the cell via CLI | auto-generated | | |||
| terminalRows | Number of rows to display in the notebook terminal | auto-set | | |||
| promptEnv | Prompt user to set exported environment vars | true | | |||
| skipPrompts | Bypasses interactive [prompts](https://docs.runme.dev/configuration#cell-options) that require inputting environment vars or authentication confirmations. |false | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edeediong use relative URL here? That way preview sites and local dev won't go x-site.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add an explanatory section here too ? https://docs.runme.dev/configuration#cell-options
Like an InfoBox explaining that this feature can be used to prevent prompting when exporting an environment var
No description provided.