Could the monday code cli be enhanced to allow the configuration of a CLI command to retrieve our token, rather than storing it with the init command? This way we could store the token in a secure storage tool with a CLI, such as 1Password. Then when we run a command that needs our token, 1Password pops up and prompts us for our master password and then returns the requested token on stdout back to monday code CLI to be used in requests. Once we’ve logged in, subsequent requests will retrieve it without prompting us until the autolock timeout.
This way we’re not storing tokens insecurely.