Added
-
Added the
configurecommand (aliaswizard), running the account wizard by name.A bare
ortieand any command needing an account offer it when they find no configuration, behind a welcome naming the file they looked for. The offer is a hook rather than a gate: the command carries on afterwards either way. Nothing prompts when stdin is not a terminal or--jsonis set. -
Added the
ORTIE_CONFIGenvironment variable, read like-c, both now accepting a:-delimited list. -
Added the shared Pimalaya help footer, pointing at the bug tracker and the sponsoring page.
Changed
-
Changed a bare
ortieto show the help when it finds a configuration, instead of always running the wizard.With no configuration it offers to create one, and
--accountwith no subcommand shows the help too. -
Dropped the wizard's save-path prompt, writing where
-cor ORTIE_CONFIG pointed, or to config.toml under $XDG_CONFIG_HOME/ortie.The account is still printed before the save is offered, and an existing file is still appended to rather than overwritten, after confirmation. The generated account takes a name the configuration does not already hold, suffixed until free, and claims
default = trueonly when no other account does. -
Named what is missing in the three account resolution failures: the configuration path read, the accounts it holds, and the two ways to pick a default.
They used to read Config file not found and Account not found.
-
Bumped io-pim-discovery to 0.6 and pimalaya-stream to 0.2.