Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fweirich authored Feb 27, 2017
1 parent c6ace4b commit a325db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Generates names for various services using a prefix and the current version.

## Behavior

### `check`: Extract versions of the archives from the bucket.
### `check`: no-op

* Since this resource does not have a version itself `check` returns an empty JSON.

### `in`: Fetches artifacts from the bucket.
### `in`: Generates Names for various services

* Generates names for services and places them in files with the same name as the corresponding service. The default
output looks like this: *prefix_1_0_0_rc__10*
Expand All @@ -25,7 +25,7 @@ Generates names for various services using a prefix and the current version.

* *None.*

### `out`: Upload artifacts as archive to the bucket.
### `out`: Retrieves the version

* Retrieves a version generated by [semver](http://semver.org/) and makes it available to `in`.

Expand Down Expand Up @@ -61,4 +61,4 @@ Generates names for various services using a prefix and the current version.
- put: naming
params:
version: version/number
```
```

0 comments on commit a325db4

Please sign in to comment.