Skip to content

Support Atmos Pre-Commit Hooks #3023

Description

@RoseSecurity

Describe the Feature

Support Atmos Pre-commit hooks for documentation generation, validation, linting, and whatever else your heart desires. Maybe something like:

repos:
  -   repo: https://github.com/cloudposse/atmos
      rev: v1.227.0
      hooks:
      -   id: atmos-generate-docs
      -   id: atmos-validate-components
      -   id: atmos-validate-stacks

Expected Behavior

No response

Use Case

No response

Describe Ideal Solution

# .pre-commit-hooks.yaml
- id: atmos-generate-docs
  name: Atmos Generate Documentation
  description: Generate component and stack documentation.
  entry: atmos docs generate readme
  language: golang
  pass_filenames: false


### Alternatives Considered

_No response_

### Additional Context

_No response_

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions