We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We'd like to support a text output, it should be the default and if --output=json is passed, we'd toggle to JSON.
--output=json
The responses should be:
Store <ID> successfully created.
id, name, created_at, updated_at <store_id>, <store_name>, <created_at>, <updated_at>
id : <store_id>, name: <store_name>, created_at: <created_at>, updated_at: <updated_at>, deleted_at: <deleted_at>
Delete Store: Store <ID> successfully deleted.
Store <ID> successfully deleted.
List Models:
// Model ID : <ID>, // Model : <JSON>
Model <ID> successfully created. Model: <JSON>
<JSON>
Tuple successfully added
Tuple successfully deleted
user, relation, object, date created <user>, <relation>, <object>, <timestamp>
Tuple <tuple in tuple format> ADDED at <timestamp>.
Allowed : True | False
<object_type>:<object_id> <object_type>:<object_id> <object_type>:<object_id> <object_type>:<object_id>
relation1 relation2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We'd like to support a text output, it should be the default and if
--output=json
is passed, we'd toggle to JSON.The responses should be:
Store <ID> successfully created.
Delete Store:
Store <ID> successfully deleted.
List Models:
Tuple successfully added
Tuple successfully deleted
Allowed : True | False
The text was updated successfully, but these errors were encountered: