An older version of spud - see spadinastan/spud for the latest incarnation.
This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Marc Cataford e3eba874a2
All checks were successful
/ Tests (push) Successful in 56s
/ Static Analysis (push) Successful in 1m13s
feat(client): add success, error, no-op messaging
2024-04-27 11:48:36 -04:00
.forgejo/workflows ci: use taskfile in CI 2024-04-13 01:51:40 -04:00
script fix: resolve sneaky merge conflict in lock-deps 2024-04-14 00:19:19 -04:00
spud feat(client): add success, error, no-op messaging 2024-04-27 11:48:36 -04:00
tests feat: add status command to query the basic status meta of services 2024-04-14 00:27:55 -04:00
.gitignore feat: scaffolding + init and print configuration 2024-04-12 01:09:56 -04:00
.python-version feat: scaffolding + init and print configuration 2024-04-12 01:09:56 -04:00
pyproject.toml feat: add status command to query the basic status meta of services 2024-04-14 00:27:55 -04:00
README.md docs: README stub 2024-04-13 01:59:02 -04:00
requirements.txt feat: scaffolding + init and print configuration 2024-04-12 01:09:56 -04:00
requirements_dev.txt feat: add status command to query the basic status meta of services 2024-04-14 00:27:55 -04:00
requirements_sast.txt ci: lint + format + test on push 2024-04-13 01:07:26 -04:00
requirements_test.txt feat: add status command to query the basic status meta of services 2024-04-14 00:27:55 -04:00
Taskfile.yml build: add taskfile to organize go-to dev shortcuts 2024-04-13 01:47:52 -04:00

Spud

🥔🥔🥔

Overview

Spud is a tool made to facilitate deploying containerized services.

Development

This project relies on go-task to facilitate the development flow. It's expected to be installed to leverage the Taskfile commands.