Commit Graph

3 Commits

Author SHA1 Message Date
7111df14d3 client: add custom compose merge file functionality
Like custom build functionality (custom Dockerfile), adds support for
custom docker-compose.yml functionality:
  * Adds default custom compose file
  * Adds to run-time environment
  * Adds to `gen` and `edit`
2026-03-04 10:53:36 -08:00
eca2f75f74 client: fix base path location deduction when sourced
- Since these files are only ever sourced, deduction must be relative to
  `BASH_SOURCE` (or else realpath will break)

- Fixes client-side `plugins` completion
  * realpath breakage was introduced in #301
2026-02-19 11:10:39 -08:00
4d6a41a38a client: move docker-finance.d to conf.d 2026-02-18 09:58:03 -08:00