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
The following one-liner to create software repositories versions doesn't work well in a pipeline as the version is not accepted.
c8y devices get --id device0001 \ | jq -r '.c8y_SoftwareList[] | select(.type = "apt")' -c \ | c8y software versions create --template "{c8y_Software:{version: input.value.version}}" --dry
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following one-liner to create software repositories versions doesn't work well in a pipeline as the version is not accepted.
The text was updated successfully, but these errors were encountered: