-
Notifications
You must be signed in to change notification settings - Fork 157
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
[doc] Add pipectl init
#4763
[doc] Add pipectl init
#4763
Conversation
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4763 +/- ##
==========================================
+ Coverage 31.03% 31.06% +0.02%
==========================================
Files 225 225
Lines 26257 26257
==========================================
+ Hits 8150 8156 +6
+ Misses 17457 17451 -6
Partials 650 650 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ! Added a comment!
### Generating an application config (app.pipecd.yaml) | ||
|
||
Generate an app.pipecd.yaml interactively: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] It would be nice to add the link to the Feature Status page for pipectl init
👀
So users can easily understand what kinds of apps are supported currently :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ffjlabo
Thanks! I added some links!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀🚀
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* Add pipectl init status Signed-off-by: t-kikuc <[email protected]> * add init cmd to pipectl doc Signed-off-by: t-kikuc <[email protected]> * add pipectl init explanation Signed-off-by: t-kikuc <[email protected]> * fi pipectl init status Signed-off-by: t-kikuc <[email protected]> * add link to feature status Signed-off-by: t-kikuc <[email protected]> * fix link to feature status Signed-off-by: t-kikuc <[email protected]> * Add link to command-line-tool Signed-off-by: t-kikuc <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]>
What this PR does / why we need it:
pipectl init
pipectl init
in the CLI pageWhich issue(s) this PR fixes:
Does this PR introduce a user-facing change?: no