Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-pr-cmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: Upload cmk binary
uses: actions/upload-artifact@v4
if: steps.set_vars.outputs.pr_number != ''
with:
name: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }}
path: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CloudMonkey [![Build Status](https://travis-ci.com/apache/cloudstack-cloudmonkey.svg?branch=main)](https://travis-ci.com/apache/cloudstack-cloudmonkey)[![](https://images.microbadger.com/badges/version/apache/cloudstack-cloudmonkey.svg)](https://hub.docker.com/r/apache/cloudstack-cloudmonkey)[![cloudmonkey](https://snapcraft.io/cloudmonkey/badge.svg)](https://snapcraft.io/cloudmonkey)

`cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for
`cloudmonkey` :cloud::monkey_face: is a command-line interface (CLI) for
[Apache CloudStack](http://cloudstack.apache.org).
It can be used both as an interactive shell and as a command-line tool, simplifying Apache CloudStack configuration and management.

Expand Down
Loading