Create a config#
In order to create a config entity you need to use the yaku configs create
command.
yaku configs create my-first-config some-description
# {
# "id": 186,
# "name": "my-first-config",
# "description": "some-description",
# "creationTime": "2023-03-01T17:45:32.204Z",
# "lastModificationTime": "2023-03-01T17:45:32.204Z",
# "files": {}
# }