We are currently checking for new CLI versions on every command executed. That makes the CLI feel slug-ish, since we are making an extra HTTP call after every command finishes. We should only check for updates once per day. We can use the .superplane.yaml CLI configuration file to store the last checked timestamp.
We are currently checking for new CLI versions on every command executed. That makes the CLI feel slug-ish, since we are making an extra HTTP call after every command finishes. We should only check for updates once per day. We can use the
.superplane.yamlCLI configuration file to store the last checked timestamp.