client
client copied to clipboard
Knative developer experience, docs, reference Knative CLI implementation
### Feature request I think kn CLI should provide an easy way to manage and discover plugins for itself. By this, I think of adding a couple of sub commands...
This epic references the tasks / ideas for implementing a plugin discovery and management tooling in addition to the homebrew mechanism that we currently support. - [ ] #1386 -...
### Feature request PoC to research `kn` + inlined supported plugins to be built into single `kn-all-*` binary. (name is a subject to change) Aiming for nightlies at first to...
Revisit to introducing coloring in the output (should be switchable). We had some prototypes in the past (https://github.com/knative/client/pull/75), but the time was not ready for a more fancy output ;-)
The traffic section kn service describe is confusing as it uses a lot of shortcuts that are not explained anywhere and some revisions appear multiple times (once for when tagged,...
Since we have now `knative/client-pkg` for holding shared client code that can be used by `kn` but also plugins, we should move the client API to this repository (and while...
In order to move forward with allowing users to discover available plugins, it is proposed to create a new plugin `kn-plugin-search` which introduces a `kn plugin search` command set queries...
### Feature request Per discussion at PR #1709. Extend current `--volume` flag to accept config parameter `readOnly=true` to limit volume accessibility. ### UI Example ``` --volume pvc:myvol:readOnly=true ``` /kind good-first-issue...
### Feature request Consider adding a new Ksvc flag to specify activation scale value. That represents number of replicas to be scaled from zero when service is activated. Ref: https://github.com/knative/serving/pull/13161...
### Feature request Some minor tuning for the `kn service create --target` offline mode: * The success message should mention which file has been created. Until now it looks like...