Current upgrade message is too verbose and is also triggered on every command invocation. We do have a way to skip it using export AZD_SKIP_UPDATE_CHECK=true
~ % azd version
azd version 1.11.0 (commit 5b92e0687e1fa96dfc8292f4b900c0c58610b6a5)
WARNING: your version of azd is out of date, you have 1.11.0 and the latest version is 1.13.1
To update to the latest version, run:
curl -fsSL https://aka.ms/install-azd.sh | bash
If the install script was run with custom parameters, ensure that the same parameters are used for the upgrade. For advanced install instructions, see: https://aka.ms/azd/upgrade/mac
~ %
Should we make it short in one line just conveying a new latest version available?
WARNING: your version of azd is out of date, you have 1.11.0 and the latest version is 1.13.1
Current upgrade message is too verbose and is also triggered on every command invocation. We do have a way to skip it using
export AZD_SKIP_UPDATE_CHECK=trueShould we make it short in one line just conveying a new latest version available?