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
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
The example JSON string in the CLI help text is as follows:
'{"gtin": "grouped": False, "named": True, "name":"type"};'However it should be with JSON formatting where
FalseandTrueare lowercase and after"gtin"there needs an extra set of {}Corrected sample below:
`'{"gtin": {"grouped": false, "named": true, "name":"type"}}'