Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackall3n/env-copy
https://github.com/jackall3n/env-copy
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackall3n/env-copy
- Owner: jackall3n
- Created: 2023-01-06T10:11:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:04:49.000Z (about 2 years ago)
- Last Synced: 2024-11-09T08:42:37.485Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```