-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Describe the bug
The create command marks products as being mandatory, whereas the update command does not.
The import command has proven that this argument is not mandatory.
Version
apigeecli version 2.13.0 date: 2025-07-01T18:32:14Z [commit: 01f1372]
To Reproduce
Create an app in an app group without products.
Error: required flag(s) "prods" not set
Expected behavior
This should not be an error.
Additional context
The following is totally valid via the import command:
[
[
{
"name": "my-app",
"status": "approved",
"appGroup": "my-appgroup",
"createdAt": "1740992682300",
"lastModifiedAt": "1740992682300",
"credentials": [
{
"apiProducts": [
{
"apiproduct": "my-product",
"status": "approved"
}
],
"consumerKey": "my-app-default",
"consumerSecret": "N/A",
"expiresAt": "-1",
"status": "approved"
}
]
}
]
]
This shows that this attribute should not be marked as mandatory.
Metadata
Metadata
Assignees
Labels
No labels