• v0.0.6 91094b9360

    v0.0.6
    All checks were successful
    / build (push) Successful in 2m5s
    Stable

    marc released this 2024-11-09 23:20:47 +00:00 | 7 commits to main since this release

    Downloads
  • v0.0.5 17221855cc

    v0.0.5
    Some checks failed
    / build (push) Has been cancelled
    Stable

    marc released this 2024-09-29 01:49:46 +00:00 | 18 commits to main since this release

    Changes

    • feat: add explicit flag / arg definitions
    Downloads
  • v0.0.4 a11bbe2eec

    v0.0.4
    Some checks failed
    / build (push) Has been cancelled
    Stable

    marc released this 2024-09-27 04:03:20 +00:00 | 19 commits to main since this release

    Changes

    • feat: add port type support
    • feat: add build command + build,images config
    • refactor(cli): extract commands into own module
    Downloads
  • v0.0.3 08f068d255

    v0.0.3
    All checks were successful
    / build (push) Successful in 59s
    Stable

    marc released this 2024-07-07 01:16:10 +00:00 | 22 commits to main since this release

    Changes

    • Adds support for env-file input in container definitions.
    Downloads
  • v0.0.2 2ce774a249

    v0.0.2
    All checks were successful
    / build (push) Successful in 53s
    Stable

    marc released this 2024-06-09 05:23:00 +00:00 | 23 commits to main since this release

    Changes

    Introduces:

    • Read-only volumes (via the read-only attribute in volume configuration);
    Downloads
  • v0.0.1 3daba14652

    v0.0.1
    All checks were successful
    / build (push) Successful in 1m1s
    Stable

    marc released this 2024-06-03 04:22:23 +00:00 | 27 commits to main since this release

    Changes

    • Introduces spud start and spud 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