turnerlabs / harbor-compose

A tool for running containerized applications on Harbor
Apache License 2.0
15 stars 5 forks source link

Adds env command: push, pull, ls #165

Closed jritsema closed 6 years ago

jritsema commented 6 years ago

push scenarios

pull scenarios

list

harbor-compose envvars ls

SHIPMENT: my-app
ENVIRONMENT: dev

NAME            VALUE                                        TYPE
LOGS_ENDPOINT   https://listener.logz.io:8071?token=xxxxxx   hidden
SHIP_LOGS       true                                         hidden

CONTAINER: my-container

NAME          VALUE     TYPE
FOO           bar       basic
HEALTHCHECK   /health   basic
PORT          5000      basic
jritsema commented 6 years ago

Thinking about renaming this new envvars command to env. Thoughts?