Output SSH and SFTP info in machine readable format
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
To help customers automate, `cr sftp` and `cr ssh` commands should accept an `--out json|env` argument to output in either JSON or ENV style format.
Example:
```
cr ssh --out env
CR_USER=example
CR_HOST=example.codered.cloud
CR_PASSWORD=******
...
```
Contributor guide
Assessment
This issue has not been assessed yet.