feat: added documentation for patternfly cli.#5009
Merged
Conversation
Contributor
Author
Collaborator
edonehoo
requested changes
May 11, 2026
| | --- | --- | | ||
| | `create` | Create a new project from the available templates. | | ||
| | `list` | List all available templates (built-in and optional custom). | | ||
| | `update` | Update your project to a newer version. | |
Collaborator
There was a problem hiding this comment.
Suggested change
| | `update` | Update your project to a newer version. | | |
| | `update` | Migrate your project to a newer PatternFly version using codemods, which handle import changes, component renames, and other breaking changes automatically. | |
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
33 tasks
edonehoo
requested changes
May 12, 2026
Collaborator
edonehoo
left a comment
There was a problem hiding this comment.
just a few more things
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…fly-cli.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
edonehoo
reviewed
May 13, 2026
Comment on lines
+58
to
+63
| [CODE FORMAT THIS] | ||
| patternfly-cli create my-app # create a new project from a template | ||
| cd my-app | ||
| patternfly-cli init # set up Git and connect to GitHub | ||
| patternfly-cli save # commit and push your changes | ||
| patternfly-cli deploy # publish to GitHub Pages |
Collaborator
There was a problem hiding this comment.
this needs the code formatting applied and then remove line 58
edonehoo
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added documentation for the patternfly cli.