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
It reports an error: CommandKeyMissing, when instead it should report:
ERROR - Invalid Configuration Spec:
Entry `etc/entries.username.etc/spec.cli` does not contain a `commands` key, you may want to add one like the following:
> etc/entries:
> ...
> username:
> etc/spec:
> ...
> cli:
> commands:
> - run
Also, make sure you use `resolveCommandCli` instead of `resolvePureCli`
The text was updated successfully, but these errors were encountered:
Currently, when we have a config spec like the following:
It reports an error:
CommandKeyMissing
, when instead it should report:The text was updated successfully, but these errors were encountered: