Skip to content

Commit

Permalink
improve documentation for caching compiled releases
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 3, 2023
1 parent 70a9e3b commit a33376f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion TILE_AUTHOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ artifactory_password: some-password
_WORK IN PROGRESS EXAMPLE_
```
```sh
# create a tile with the releases you want compiled
kiln bake

Expand All @@ -306,7 +306,13 @@ 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'
git push origin HEAD
```

### Temporary BOSH Release Tarball Locking
Expand Down

0 comments on commit a33376f

Please sign in to comment.