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
Found space: Default (Spaces-1)
{
"SuccessfulPackages": [],
"FailedPackages": [
{
"Package": "/home/jan/dev/dotnet-daemon/artifacts/Skeleton.App_alpine-x64.1.1.0.tar.gz",
"Reason": "There was a problem with your request.\n\n - A package with the same ID and version already exists. To proceed anyway, specify an overwriteMode of OverwriteExisting or IgnoreIfExists.\n"
}
]
}
The stdout output is not valid JSON and could not be piped to tools like jq.
CLI outputs invalid JSON when outputFormat=Json is requested. This defeats the whole purpose (further processing) of such output format.
Example:
dotnet-octo push --package="Skeleton.App_alpine-x64.1.1.0.tar.gz" --overwrite-mode=FailIfExists --space="Default" --timeout=300 --outputFormat=Json
Output:
The stdout output is not valid JSON and could not be piped to tools like jq.
dotnet-octo --version
9.1.7
dotnet --info
The text was updated successfully, but these errors were encountered: