Skip to content

Commit 3b8fb16

Browse files
author
Tobias Fuhrimann
committed
Bump version to 0.1.0
1 parent 5589aa5 commit 3b8fb16

2 files changed

Lines changed: 7 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
# Swisscom Application Cloud cf CLI Plugin
22

3-
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).
44

5-
# Installation
5+
## Installation
66

77
1. Install [Go](https://golang.org/)
88
1. `git clone` this repo into your `$GOPATH`
99
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`
1111
1. Run `go build`
1212
1. Run `cf install-plugin appcloud-cf-cli-plugin`
1313

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
2515

16+
Simply run `cf` to see a list of the commands which are exposed by this plugin.

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ func (p *AppCloudPlugin) GetMetadata() plugin.PluginMetadata {
1616
Name: "Swisscom Application Cloud",
1717
Version: plugin.VersionType{
1818
Major: 0,
19-
Minor: 0,
20-
Build: 1,
19+
Minor: 1,
20+
Build: 0,
2121
},
2222
Commands: []plugin.Command{
2323

0 commit comments

Comments
 (0)