We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In this example, test is not a valid param, so I'd expect an error, but the message says Bad Request 3 times:
test
Bad Request
cbruno@M1P gitlab % flowpipe pipeline run chat_post_message --pipeline-arg test=123 Error: 400 Bad Request Bad Request (Bad Request: unknown parameter specified 'test')
Activity