Skip to content
New issue

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

feat(software): add softwareType flag to software create/update/list commands #400

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

reubenmiller
Copy link
Owner

Add a softwareType flag to the c8y software create/update/list commands to make it easier to create software packages of a specific type, and to query for them.

Examples

# create
c8y software create --name python3 --softwareType apt

# update
c8y software update --id 1234 --softwareType rpm

# list
c8y software update --softwareType rpm

@reubenmiller reubenmiller merged commit 760bed0 into v2 Jun 24, 2024
4 checks passed
@reubenmiller reubenmiller deleted the feat-software-add-type branch June 24, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant