Address review comments
This commit is contained in:
parent
3bc7b7e7e2
commit
91c75596ee
1 changed files with 2 additions and 1 deletions
|
|
@ -306,8 +306,9 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
|
|||
that it's a binary extension i.e. prebuilt binaries provided as part of the release.
|
||||
In the absence of a release, the repository itself is cloned assuming that it's a
|
||||
script extension i.e. prebuilt executable or script exists on its root.
|
||||
|
||||
The %[1]s--pin%[1]s flag may be used to specify a tag or commit for binary and script
|
||||
extensions respectively, the latest one is used otherwise.
|
||||
extensions respectively, the latest version is used otherwise.
|
||||
|
||||
For local repositories, often used while developing extensions, use %[1]s.%[1]s as the
|
||||
value of the repository argument. Note the following:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue