Sameer Vohra
f28cd0e68a
Update README.md ( #1593 )
...
Clarify that kn plugins need `kn-` prefix to be picked up by kn.
For example, the `func` plugin is only dected by kn if it is rename as `kn-func`
2022-02-01 02:52:31 -08:00
Roland Huß
4691210013
Deprecate `lookup-path` option and updated relevant documentation ( #1422 )
...
* Deprecate `lookup-path` option and updated relevant documentation
Lookup in path is now the default for all plugins.
This option will be removed eventually in a future version,
when path lookup is enabled uncoditinally and can't be turned of.
* Review fixes
* remove trailing whitespace
* readd config to make test coverage happy
2021-08-10 03:54:12 -07:00
dr.max
5bbe68f3be
update plugin README ( #1398 )
...
Fix default `directory` value
2021-07-25 21:31:15 -07:00
Roland Huß
6b220e3e25
Fixe formatting in README ( #1310 )
2021-05-12 13:53:48 -07:00
Roland Huß
5ce3d1b71d
chore: fixed documentation of configuration options in README ( #1297 )
...
* chore: fixed documentation of configuration options in README
* chore: Updated according to review comments.
2021-05-04 07:18:38 -07:00
Jason Hall
e51a1a3ad2
Include homebrew install instructions in user guide ( #1211 )
...
It's not automatically updated with every release (#400 )
2021-02-02 07:13:32 -08:00
Josh Soref
4939c5ede3
Fix various misspellings and linter items ( #1057 )
...
* spelling: additional
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: bindings
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: blocked
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: bootstrap
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: channel
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: channel
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: commands
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: comparison
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: configuration
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: controller
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: convert
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: desired
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: dynamic
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: entry
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: execute
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: explicit
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: hardcoded
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: information
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: inject
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: item
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: kubectl
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: latest
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: message
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: namespace
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: namespaces
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: output
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: overriding
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: parameters
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: revision
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: separated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: separator
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: service
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: specified
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: specifies
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: splitting
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: subscription
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: trigger
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unknown
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unstructured
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: workflow
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* chore: Address golinter complaint for (c *MockKnServingClient) GetBaseRevision
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* chore: update changelog for spelling fixes (#1057 )
2020-10-12 21:24:30 -07:00
Matt Moore
f9ccf36518
Format markdown ( #710 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign maximilien rhuss
/cc maximilien rhuss
2020-03-09 09:19:28 -07:00
David Simansky
034a9b387e
feat(XDG home): use XDG_CONFIG_HOME as default config location ( #668 )
...
* feat(XDG home): use XDG_CONFIG_HOME as default config location
* fix: typo in comment
* feat(XDG home): update readme and usage strings
2020-02-28 06:24:51 -08:00
Ying Chun Guo
d14c01fb5d
Allow configuration sink prefixes ( #676 )
2020-02-28 02:02:51 -08:00
Navid Shaikh
e049ea9267
Disable markdown link check and enable presubmit test fail fast ( #685 )
...
sets `DISABLE_MD_LINK_CHECK=1` and `PRESUBMIT_TEST_FAIL_FAST=1`
2020-02-25 23:07:50 -08:00
Navid Shaikh
a269d2910d
Adds kn nightly and latest release image URL in docs ( #466 )
...
* Nightly: `gcr.io/knative-nightly/knative.dev/client/cmd/kn`
* Latest release: `gcr.io/knative-releases/knative.dev/client/cmd/kn`
2019-10-31 00:51:12 -07:00
Joan Edwards
8ec74e686a
Minor grammar corrections ( #435 )
2019-10-08 05:00:40 -07:00
Navid Shaikh
e73a1c0348
fix(docs): Fixes kn nightly build link for Mac OS X ( #427 )
...
Fixes #425
- Updates the link to https://storage.googleapis.com/knative-nightly/client/latest/kn-darwin-amd64
2019-10-01 07:11:08 -07:00
dr.max
dba0d11320
Fixes issue #338 by adding documentation for the Kn config ( #411 )
2019-10-01 02:44:08 -07:00
Joan Edwards
ffbf6841c2
Restructure Docs ( #421 )
2019-09-30 07:33:45 -07:00
dr.max
e36089f260
Add reference to plugin in README.md ( #363 )
...
* Add reference to plugin in README.md
Working on various plugins docs. This is first of three PRs.
* typo and clarification
* fix links
2019-08-15 23:16:09 -07:00
Joan Edwards
314be82e0a
Correct minor grammatical issue ( #238 )
2019-07-07 23:48:33 -07:00
Ashleigh Brennan
38a4a6fc18
Added link to OpenShift kubeconfig creation docs ( #226 )
2019-07-06 00:43:31 -07:00
Navid Shaikh
5d26faa4ff
Renames revision 'get' to 'list' ( #180 )
...
* Renames revision 'get' to 'list'
As per title.
* Renames revision get references to revision list in docs
2019-06-13 13:56:51 -07:00
Navid Shaikh
d25ea5f1e7
Renames service 'get' to 'list' ( #179 )
...
* Renames service 'get' to 'list'
As per title.
* Renames get references to list in e2e tests
* Replaces get to list in docs
2019-06-13 13:56:43 -07:00
Ali Ok
e010ca816d
Fix typo in README.md ( #181 )
2019-06-13 13:42:43 -07:00
dr.max
4280715ec3
Adds IBM's IKS to the list of services (update docs) ( #131 )
2019-05-20 08:57:30 -07:00
Naomi Seyfer
a4242b3bb5
Copy-edit documentation, and make user guide start with installation. ( #125 )
...
* Copy edit docs and add getting-started section.
* Remove hash
* list to get
* list to get
2019-05-17 16:22:16 -07:00
dr.max
95808278d4
Adds Cobra generated docs and means to generate them and first cut of other docs ( #93 )
...
* Added Cobra generated docs and ways to generate them
* Adds docs/README.md and first user's guide for Kn
2019-05-06 17:39:36 -07:00