An open API service indexing awesome lists of open source software.

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)

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.