Categorygithub.com/dredge-dev/dredge
modulepackage
0.0.7
Repository: https://github.com/dredge-dev/dredge.git
Documentation: pkg.go.dev

# README

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.

# Constants

No description provided by the author