Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

add a generate command #95

@ccheetham

Description

@ccheetham

Current workflow is effectively:

  • configure
  • deploy

An interim step that generates files (such as Dockerfile, manifest.yaml, etc) would allow a user to modify generated files prior to deployment. Or allow a user to commit files to source control without having to deploy them.

A proposed workflow would effectively be:

  • configure
  • generate
  • deploy

If a file to be generated already exists, that file should be left alone so that any user modifications are not lost. An option to force re-generation of files would be useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions