Skip to content

add .env support #93

@glensc

Description

@glensc

Looks like meli doesn't support .env file.

➔ cat .env
APP_VERSION=1

➔ cat docker-compose.yml
version: "3"

services:
  app:
    image: nginx:${APP_VERSION}

➔ meli -up

	 service=app error=originalErr:: invalid reference format
ThisErr::  :unable to pull image nginx:${APP_VERSION}➔

ps: there's \n missing from error, my bash prompt does not start on new line due that

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions