plis icon indicating copy to clipboard operation
plis copied to clipboard

Automated development tasks asked nicely

Results 8 plis issues
Sort by recently updated
recently updated
newest added

### What does this PR do? * Adds an incinerate command to remove images and volumes from the system

```bash $ plis start web && plis attach web docker-compose up -d web back-end-3_postgres_1 is up-to-date Creating back-end-3_web_1 ... done No container running for service web ``` however ```bash $...

https://dev.to/defman/introducing-go-mod-1cdo

For an easier/maintainable Linux installation I think it would be awesome to have a [snap](https://build.snapcraft.io/) package for every release.

publishing
needs discussion

Right now, the converted docker command is printed into the STDOUT. This prevents us from doing something like: ``` echo "$(plis run web rails secret)" | docker secret create some_secret_base...

I like the idea of how npm allows tasks to be defined in the `package.json` file. Currently at IcaliaLabs, when we use plis inside a project, the most executed tasks...

enhancement

If Docker is not running on the machine, all you get now is: ```bash Command: %!(EXTRA string=docker-compose ps -q)Error: %!(EXTRA *exec.ExitError=exit status 1)% ``` Where it should explicitly say something...

enhancement

### What does this PR do? * Updates the `README.md` with info about how to install the package using [AUR](https://aur.archlinux.org/packages/plis/) * Removes the necessity to do a symlink just to...