Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rochet2/sentry-cli-docker
https://github.com/rochet2/sentry-cli-docker
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rochet2/sentry-cli-docker
- Owner: Rochet2
- License: mit
- Created: 2019-10-12T11:13:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T20:45:14.000Z (about 5 years ago)
- Last Synced: 2024-11-09T06:44:40.253Z (2 months ago)
- Language: Shell
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## sentry-cli-docker [![CircleCI](https://circleci.com/gh/Rochet2/sentry-cli-docker.svg?style=svg)](https://circleci.com/gh/Rochet2/sentry-cli-docker) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/rochet2/sentry-cli-docker)](https://circleci.com/orbs/registry/orb/rochet2/sentry-cli-docker)
## Usage
```
version: 2.1orbs:
sentry-cli-docker: rochet2/sentry-cli-docker@volatileexecutors:
my-executor:
working_directory: ~/app
machine:
image: ubuntu-1604:201903-01jobs:
build:
executor: my-executor
steps:
- checkout
- run:
name: Set up an example container that contains things to release with sentry
command: |
docker build -t foo .
docker run -d foo
sleep 1
- sentry-cli-docker/install:
container: foo
- sentry-cli-docker/releasefinalize:
container: foo
sentry_auth_token: yourtokenyourtokenyourtoken
sentry_org: yourorg
sentry_project: yourproject
version: yourversionstringworkflows:
version: 2
build:
jobs:
- build:
filters:
tags:
only: /.*/```
## Commands
## Help