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
A Plugin for the cf CLI which extends it by the additional features of the Swisscom Application Cloud.
3
+
A Plugin for the cf [CLI](https://github.com/cloudfoundry/cli) which extends it by the additional features of the [Swisscom Application Cloud](https://developer.swisscom.com).
4
4
5
-
# Installation
5
+
##Installation
6
6
7
7
1. Install [Go](https://golang.org/)
8
8
1.`git clone` this repo into your `$GOPATH`
9
9
1. Run the [Development requirements](https://github.com/cloudfoundry/cli/tree/master/plugin/plugin_examples#development-requirements) commands for cf CLI plugins
10
-
1. Run `go get`
10
+
1. Run `go get -d`
11
11
1. Run `go build`
12
12
1. Run `cf install-plugin appcloud-cf-cli-plugin`
13
13
14
-
# Commands
15
-
16
-
*`cf backups` Lists all backups for a service instance
17
-
*`cf create-backup` Creates a backup for a service instance
18
-
*`cf create-ssl-certificate` A new certificate will be issued and immediately installed
19
-
*`cf turn-ssl-off` SSL Certificate will be disabled for given route
20
-
*`cf turn-ssl-on` SSL Certificate will be enabled for given route
21
-
*`cf revoke-ssl-certificate` SSL Certificate will be revoked
22
-
*`cf abort-ssl-certificate` SSL Certificate installation process will be aborted
23
-
*`cf list-ssl-certificates` Available SSL Certificates will be listed
24
-
*`cf service-events` Lists all events for service instance
14
+
## Commands
25
15
16
+
Simply run `cf` to see a list of the commands which are exposed by this plugin.
0 commit comments