Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Support and changes to make PowerDocu more friendly for usage with DevOps #111

Merged
merged 13 commits into from
Jan 30, 2024

Commits on Jun 1, 2023

  1. Refactor CLI support to a common Console project.

    Introduce support for all variables in the front-end and add in console validation.
    Aidan Cole committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    922131a View commit details
    Browse the repository at this point in the history
  2. Check file exists before trying to process

    Aidan Cole committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a4e712f View commit details
    Browse the repository at this point in the history
  3. Rudimentary error handling

    Aidan Cole committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    56e4ee7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Add support for latest version check

    Aidan Cole committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    60520a5 View commit details
    Browse the repository at this point in the history
  2. Correction to CLI options

    Aidan Cole committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    86e73ff View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Add support for OutputPath parameter to allow DevOps pipelines to wri…

    …te documentation to specific folders
    Aidan Cole committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4f918c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de23237 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Add support for devops wiki by changing the folder structure format a…

    …nd introducing a .order file at the route of the documentation. This allows documentation to be source controlled and viewable in DevOps wiki
    Aidan Cole committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f0799c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from a1dancole/DevOps-Wiki

    Add support for devops wiki  by changing the folder structure format …
    a1dancole committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    028778a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Correct some mistakes in folder path, also fixes image genereation fo…

    …lder paths
    Aidan Cole committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    16eaa5d View commit details
    Browse the repository at this point in the history
  2. Move CLI support to .GUI project add checks for WIndows & Linux to di…

    …rect stdout correctly.
    Aidan Cole committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    44c22dd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Static analysis warning fixes

    Aidan Cole committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b2da5a6 View commit details
    Browse the repository at this point in the history
  2. Will not be null as was checked further up

    Aidan Cole committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    977232d View commit details
    Browse the repository at this point in the history