client icon indicating copy to clipboard operation
client copied to clipboard

Knative developer experience, docs, reference Knative CLI implementation

Results 90 client issues
Sort by recently updated
recently updated
newest added

### 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...

kind/feature
kind/proposal
triage/accepted

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 -...

triage/accepted
Epic

### 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...

kind/feature
kind/proposal
triage/accepted

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 ;-)

kind/feature
triage/accepted

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,...

kind/enhancement
triage/accepted

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...

kind/refactor
triage/accepted

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...

triage/accepted

### 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...

kind/feature
kind/good-first-issue
triage/accepted

### 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...

kind/feature
kind/good-first-issue
triage/accepted

### 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...

kind/feature
triage/accepted