You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of assisting with routine debugging, it is helpful to ask users to report the CLI version, and it is possible for older versions Abaco to be deployed on various tenants or even offsite, so having that detail is helpful, too.
Implement this as follows:
Add an abaco version command
Report CLI version based on a VERSION file embedded in the repo
Report Abaco version by querying an Abaco service and extracting the version response
Return either plaintext or JSON responses
The text was updated successfully, but these errors were encountered:
As part of assisting with routine debugging, it is helpful to ask users to report the CLI version, and it is possible for older versions Abaco to be deployed on various tenants or even offsite, so having that detail is helpful, too.
Implement this as follows:
abaco version
commandVERSION
file embedded in the repoThe text was updated successfully, but these errors were encountered: