docker-archive / compose-cli

Easily run your Compose application to the cloud with compose-cli
Apache License 2.0
957 stars 255 forks source link

cli: allow suppressing deprecation warning #2247

Closed milas closed 1 year ago

milas commented 1 year ago

What I did Added COMPOSE_CLOUD_EOL_SILENT env var, which will suppress the EOL message if set to a truthy value.

Related issue

2245