Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackall3n/env-copy


https://github.com/jackall3n/env-copy

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# env-copy

Copies environment variables from a host using SSH

## Setup
```bash
alias ec="sh ./env-copy.sh"
```

## Usage

#### Arguments
```bash
ec -p [HOST] --key
```

#### Decode
```bash
ec -p [HOST] --key --decode
```

#### Example
```bash
ec -p 1234 3.123.234.345 --key SERVICE_KEY --decode
```