Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/hello-tile
An example pivotal tile using Kiln.
https://github.com/crhntr/hello-tile
example hello-world kiln pivotal-ops-manager tanzu-operations-manager
Last synced: about 1 month ago
JSON representation
An example pivotal tile using Kiln.
- Host: GitHub
- URL: https://github.com/crhntr/hello-tile
- Owner: crhntr
- License: mit
- Created: 2022-01-18T20:03:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:20:27.000Z (4 months ago)
- Last Synced: 2024-08-26T19:15:53.697Z (4 months ago)
- Topics: example, hello-world, kiln, pivotal-ops-manager, tanzu-operations-manager
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A [Ops Manager Tile](https://docs.pivotal.io/tiledev/2-10/index.html) wrapping [Hello Release](https://github.com/crhntr/hello-release) [![Release](https://github.com/crhntr/hello-tile/actions/workflows/release.yml/badge.svg)](https://github.com/crhntr/hello-tile/actions/workflows/release.yml)
This is an example for [Kiln](https://github.com/pivotal-cf/kiln).
It has an automated release pipeline to create ".pivotal" files and adds them to GitHub releases.
## Testing
### Manifest Tests
You can run kiln test; however, Kiln test runs in a container so you need to vendor Go dependencies before you run it.
To run tests,
- clone the repository
- fetch a version of kiln that supports test
- run `go mod vendor`
- run `kiln test --manifest`