Skip to main content

run_init

Function run_init 

Source
pub fn run_init(args: InitArgs) -> Result<()>
Expand description

bamboo init — scaffold/populate config.json with a provider + API key.

Interactive by default (prompts for anything not passed as a flag); with --non-interactive (or when stdin is not a TTY) it requires the values as flags instead of prompting, so it is CI-safe.