kolban-google / sftp-gcs

An implementation of an SFTP to Google Cloud Storage bridge.
Apache License 2.0
86 stars 34 forks source link

Add Yargs env #12

Closed philwc closed 2 years ago

philwc commented 2 years ago

This PR allows the command-line options to be parsed from Environment Variables e.g. SFTP_GCS_BUCKET=blah. This will allow a more generic Dockerfile to be created, moving configuration elsewhere, e.g. k8s.