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 8e6f2c5794
Some checks failed
/ Tests (push) Failing after 58s
/ Static Analysis (push) Successful in 1m17s
fix: remove upgrade flag from venv generation
2024-04-30 00:05:47 -04:00
.forgejo/workflows ci: use taskfile in CI 2024-04-13 01:51:40 -04:00
script fix: remove upgrade flag from venv generation 2024-04-30 00:05:47 -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 t 2024-04-29 21:15:59 -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.