https://github.com/lightsofapollo/azure-slowterm
Round trip through azure by piping to stdin and logging back out to stdout (for testing taskcluster live logging)
https://github.com/lightsofapollo/azure-slowterm
Last synced: about 1 year ago
JSON representation
Round trip through azure by piping to stdin and logging back out to stdout (for testing taskcluster live logging)
- Host: GitHub
- URL: https://github.com/lightsofapollo/azure-slowterm
- Owner: lightsofapollo
- Created: 2014-01-18T07:23:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T07:27:15.000Z (over 12 years ago)
- Last Synced: 2024-12-27T15:12:52.843Z (over 1 year ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-slowterm
Round-trip terminal results to azure and back (from stdin to stdout)
mostly for testing.
Both `AZURE_STORAGE_ACCESS_KEY` and `AZURE_STORAGE_ACCOUNT` environment variables must be set for this to work.
## Example:
```sh
# from the root of this repo
cat README.md | ./bin/azure-slowterm
```
## Usage
```sh
# run
azure-slowterm --help
```
## Notes:
This is obviously not the most efficient way to view content from stdout it is mostly here to test the responsiveness of the taskcluster live logging tools.