Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 839 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 839 Bytes

Dredge - Automates software DevOps workflows

Dredge is a open-source tool that seamlessly integrates with your DevOps tools to streamline and standardize your development and operations workflows, helping your team to work more efficiently and effectively.

cast

Installation

Install the drg command line tool and initialize the project.

curl https://dredge.dev/install.sh | bash
drg init

Dredgefile

A Dredgefile contains resources and workflows. See the docs for more information.

resources:
  release:
    - provider: github-releases
workflows:
- name: hello
  description: Say hello
  steps:
  - shell:
      cmd: echo hello

License

Dredge is licensed under the Apache 2.0 License.