This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates for bpm-cli and public registry * Add ConfigFilesRenders - utility functions for rendering multiple files * Allow passing commands as file when starting a docker container The idea is that plugins create the docker command as part of the configuration. This allows overwriting the command before starting the container for troubleshooting or other tinkering purposes. It also simplifies the plugin code that starts the container and makes it easier to understand what's going on "under-the-hood". * Rename `remove` to `stop`. This describes the functionality better, as by default we don't really remove anything that cannot be easily started again * Revert change that removed expanding the baseDir The default uses ~ to denote the home directory. Without this, the plugin isn't usable with the default --baseDir * Use correct default for `--baseDir` * Add a status command * Make isContainerRunning public This is useful for plugins to determine if all dependencies are running
- Loading branch information
1 parent
b72177a
commit 2e64749
Showing
9 changed files
with
263 additions
and
619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.