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
When the --api_config flag is used with -r and the api config is either invalid or not found then the artifacts collect runs locally without any warnings or errors. So we probably need some stronger validation/signalling around that.
When --client is used and the client is offline, then the command waits with no feedback to the user. By design it's meant to run synchronously, but maybe it would be better if an offline client caused it to just return the flow ID and exit.
If the client is online but the collection is long-running then it would be good to have some sort of feedback in the terminal. Maybe show the state of the flow, if that's possible? Otherwise there's no way to tell the difference between an offline client situation and one where the collection is just taking long.
When the
--api_configflag is used with-rand the api config is either invalid or not found then theartifacts collectruns locally without any warnings or errors. So we probably need some stronger validation/signalling around that.When
--clientis used and the client is offline, then the command waits with no feedback to the user. By design it's meant to run synchronously, but maybe it would be better if an offline client caused it to just return the flow ID and exit.If the client is online but the collection is long-running then it would be good to have some sort of feedback in the terminal. Maybe show the state of the flow, if that's possible? Otherwise there's no way to tell the difference between an offline client situation and one where the collection is just taking long.