score-spec / docs

Docs for Score Specification.
https://docs.score.dev/docs/
Apache License 2.0
6 stars 12 forks source link

#51 Added docs for completion command in score-k8s #124

Open Somsubhra opened 3 days ago

Somsubhra commented 3 days ago

What is the motivation?

Added documentation for the completion command added to score-k8s to generate shell completions as a part of PR https://github.com/score-spec/score-k8s/pull/60 Issue https://github.com/score-spec/score-k8s/issues/51

What does this change do?

Add documentation for the completion command added to score-k8s

What is your testing strategy?

Is this related to any issues?

https://github.com/score-spec/score-k8s/issues/51

Have you read the Contributing Guidelines?

mathieu-benoit commented 3 days ago

Hi @Somsubhra, thanks for adding this, I'll review soon this other PR https://github.com/score-spec/score-k8s/issues/51 as it's a dependencies on this one (and a release associated to this too).

In the meantime, we just merged this in main https://github.com/score-spec/docs/pull/123, could you please update your branch accordingly and also add this new command on this new page https://docs.score.dev/docs/score-implementation/score-k8s/cli/? Thanks!

Somsubhra commented 3 days ago

@mathieu-benoit - updated the documentation on the new page. Thanks!

mathieu-benoit commented 1 day ago

Thanks, @Somsubhra.

Now waiting for https://github.com/score-spec/score-k8s/pull/60 to be completed, merged and released in order to proceed here.