diff --git a/README.md b/README.md index fd27b016..0a6957c9 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ If we `cd` in to the module root dir, everything will get deployed with the corr ### **STEP 3:** Add a Github Actions Workflow Want to know what configurable parameters are availble for a template and their defaults? -Run `pct new --info `: +Run `pct new --info /`: ![new_info](docs/_resources/new_info.gif) @@ -123,43 +123,43 @@ pct new --list Example output: ```bash - DISPLAYNAME | NAME | TYPE ---------------------------------+-------------------------+---------- - | | - Bolt Plan | bolt-plan | item - Bolt Project | bolt-project | project - Bolt PowerShell Task | bolt-pwsh-task | item - Bolt YAML Plan | bolt-yaml-plan | item - Puppet Module Managed Gemfile | git-attributes | item - Puppet Class | puppet-class | item - Puppet Content Template | puppet-content-template | project - Puppet Defined Type | puppet-defined-type | item - Puppet Fact | puppet-fact | item - Puppet Module | puppet-module | project - Puppet Resource API Provider | rsapi-provider | item - Puppet Resource API Transport | puppet-transport | item + DISPLAYNAME | AUTHOR | NAME | TYPE +--------------------------------+------------+-------------------------+------ + | | | + Bolt Plan | puppetlabs | bolt-plan | item + Bolt Project | puppetlabs | bolt-project | project + Bolt PowerShell Task | puppetlabs | bolt-pwsh-task | item + Bolt YAML Plan | puppetlabs | bolt-yaml-plan | item + Puppet Module Managed Gemfile | puppetlabs | git-attributes | item + Puppet Class | puppetlabs | puppet-class | item + Puppet Content Template | puppetlabs | puppet-content-template | project + Puppet Defined Type | puppetlabs | puppet-defined-type | item + Puppet Fact | puppetlabs | puppet-fact | item + Puppet Module | puppetlabs | puppet-module | project + Puppet Resource API Provider | puppetlabs | rsapi-provider | item + Puppet Resource API Transport | puppetlabs | puppet-transport | item ``` Using the available templates above, its time to generate some content. ``` bash -pct new