Skip to content

Releases: swisscom/appcloud-cf-cli-plugin

0.2.2

06 Jan 09:48

Choose a tag to compare

Built with Go 1.17.1 for cf CLI v6.53.0 and newer

SSL Certificates

✨ Rename the create-ssl-certificate -kt flag to -k

Invites

🐛 Fix regression in cf invite-billing-account-user
🐛 Fix regression in cf billing-account-invitations

0.2.0

26 Nov 18:14
d2d39a3

Choose a tag to compare

Built with Go 1.17.1 for cf CLI v6.53.0 and newer

SSL Certificates

✨ The cf create-ssl-certificate command allows users to specify a key type

Service Instance Backups

🐛 The cf delete-backup command checks for error reponses

0.1.1

19 Dec 10:13

Choose a tag to compare

Built with Go 1.9.2 for cf CLI v6.33.0 and newer

SSL Certificates

🐛 Fix cf revoke-ssl-certificate command

Miscellaneous

📜 Use native cf CLI functions and methods where possible

0.1.0

28 Nov 11:07

Choose a tag to compare

Built with Go 1.9.2 for cf CLI v6.33.0 and newer

Service Instance Backups

✨ Add cf backups command (list all backups of a service instance)
✨ Add cf create-backup command (create a new backup of a service instance)
✨ Add cf restore-backup command (restore an existing backup of a service instance)
✨ Add cf delete-backup command (delete an existing backup of a service instance)

Incoming Invitations

✨ Add cf invitations command (list all pending invitations for the current user)
✨ Add cf accept-invitation command (accept a pending invitation)
✨ Add cf decline-invitation command (decline a pending invitation)

Outgoing Invitations

✨ Add cf billing-account-invitations command (list pending invitations for a billing account)
✨ Add cf invite-billing-account-user command (invite a user to a billing account)
✨ Add cf resend-billing-account-invitation command (resend an existing billing account invitation)
✨ Add cf org-invitations command (list pending invitations for an org)
✨ Add cf invite-org-user command (invite a user to an org)
✨ Add cf resend-org-invitation command (resend an existing org invitation)
✨ Add cf space-invitations command (list pending invitations for a space)
✨ Add cf invite-space-user command (invite a user to a space)
✨ Add cf resend-space-invitation command (resend an existing space invitation)

SSL Certificates

✨ Add cf ssl-certificates command (list SSL certificates for the current space)
✨ Add cf create-ssl-certificate command (create and enable an SSL certificate for a route)
✨ Add cf revoke-ssl-certificate command (revoke an SSL certificate for a route)
✨ Add cf enable-ssl command (enable SSL for a route with an existing certificate)
✨ Add cf disable-ssl command (disable SSL for a route with an existing certificate)
✨ Add cf ssl-enabled command (check if SSL is enabled for a route)

Miscellaneous

✨ Add cf tree command (list all orgs with their respective spaces, apps and services as a tree)
✨ Add cf service-events command (like cf events but for service instances)