-
released this
2024-11-09 23:20:47 +00:00 | 7 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
1 download · 7 MiB
-
Source code (ZIP)
-
released this
2024-09-29 01:49:46 +00:00 | 18 commits to main since this releaseChanges
- feat: add explicit flag / arg definitions
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
33 downloads · 3.5 MiB
-
released this
2024-09-27 04:03:20 +00:00 | 19 commits to main since this releaseChanges
- feat: add port type support
- feat: add build command + build,images config
- refactor(cli): extract commands into own module
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
1 download · 3.3 MiB
-
released this
2024-07-07 01:16:10 +00:00 | 22 commits to main since this releaseChanges
- Adds support for
env-file
input in container definitions.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
2 downloads · 3.3 MiB
- Adds support for
-
released this
2024-06-09 05:23:00 +00:00 | 23 commits to main since this releaseChanges
Introduces:
- Read-only volumes (via the
read-only
attribute in volume configuration);
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
3 downloads · 3.3 MiB
- Read-only volumes (via the
-
released this
2024-06-03 04:22:23 +00:00 | 27 commits to main since this releaseChanges
- Introduces
spud start
andspud stop
as commands to manage services. - Using
start
needs to provide the path to the service configuration which follows the schema:
name: <service-name> volumes: - name: <volume-name-to-ensure-exists> ... ports: - host: <host-port> container: <container-port> containers: - name: <container-name> image: <image-name> volumes: - name: <volume-name> container: <path-in-container> - host: <host-path> container: <path-in-container> extra-args: - <extra> ...
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
12 downloads · 3.3 MiB
- Introduces