apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

Invalid scenario action shall be reported as error #2

Closed jryannel closed 1 year ago

jryannel commented 2 years ago

A scenario where the action is wrong (e.g. xxx: { count: 0 }) does not trigger an error message.

A valid action would be $set: { count: 0 }

jryannel commented 2 years ago

https://github.com/apigear-io/studio/issues/1

jryannel commented 1 year ago

fixed in https://github.com/apigear-io/cli/pull/25