fora init
Interactively set up a Fora configuration file by discovering your Azure resources.
Usage
bash
fora initIf no configuration file is found when starting the TUI (fora with no arguments), the init wizard runs automatically.
What it does
The wizard walks you through the following steps:
- Fetch your Azure profile — Retrieves your display name from Microsoft Graph.
- Select subscriptions — Lists all Azure subscriptions accessible to your account and lets you pick which ones to use. Press Space to select, Enter to confirm.
- Select ML workspaces — Lists all Azure ML workspaces across all resource groups in the selected subscriptions. Press Space to select, Enter to confirm.
- Select default workspace — If more than one workspace is selected, lets you choose which workspace to show when launching the TUI.
- Choose config location — Save to
~/.config/fora.toml(global) or./fora.toml(local).
Prerequisites
You must be logged in to Azure before running the wizard:
bash
az login