Skip to content
Merged
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
Empty file.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ Usage: kiln [options] <command> [<args>]

Commands:
bake bakes a tile
cache-compiled-releases Cache compiled releases
fetch fetches releases
find-release-version prints a json string of a remote release satisfying the Kilnfile version and stemcell constraints
find-stemcell-version prints the latest stemcell version from Pivnet using the stemcell type listed in the Kilnfile
Expand All @@ -153,7 +152,6 @@ Commands:
test Test manifest for a product
update-release bumps a release to a new version
update-stemcell updates stemcell and release information in Kilnfile.lock
upload-release uploads a BOSH release to an s3 release_source
validate validate Kilnfile and Kilnfile.lock
version prints the kiln release version
```
Expand Down
5 changes: 1 addition & 4 deletions TILE_AUTHOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Please see [Path Templates](#path-templates). The value of `remote_path` in the

#### <a id='release-source-s3'></a> AWS S3

Kiln can fetch and upload releases to/from AWS S3.
Kiln can fetch releases from AWS S3.

```yaml
release_sources:
Expand Down Expand Up @@ -463,9 +463,6 @@ om upload-product --product=tile.pivotal
om configure-product --config=simple_config.yml
om apply-changes --product-name=my-tile-name

# Download Compiled BOSH Releases from the BOSH Director and Upload them to the S3 Bucket or Artifactory
kiln cache-compiled-releases --upload-target-id=my_compiled_release_bucket --name=hello

# Commit and push the changes to Kilnfile.lock
git add -p Kilnfile.lock
git commit -m "compile BOSH Releases with $(yq '.stemcell_criteria.os' Kilnfile.lock)/$(yq '.stemcell_criteria.version' Kilnfile.lock)"
Expand Down
1 change: 0 additions & 1 deletion internal/acceptance/workflows/using_kiln.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ Feature: As a developer, I want the Kiln CLI to be usable
| sync-with-local |
| update-release |
| update-stemcell |
| upload-release |
| validate |
119 changes: 0 additions & 119 deletions internal/commands/fakes/release_uploader_finder.go

This file was deleted.

98 changes: 0 additions & 98 deletions internal/commands/upload_release.go

This file was deleted.

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.