Knative developer experience, docs, reference Knative CLI implementation
Go to file
Navid Shaikh 9c21b8df24 Adds service delete command (#63)
* Adds service delete command

 This chageset adds `service delete` command, able to delete a service
 at a time.

 Fixes #49

```
kn service delete --help
Delete a service

Usage:
  kn service delete <SERVICE_NAME> [flags]

Aliases:
  delete, del, d

Examples:

  # Delete a service 'svc1' in default namespace
  kn service delete svc1

  # Delete a service 'svc2' in 'ns1' namespace
  kn service delete svc2 -n ns1
```

* Removes aliases, PreRunE and addresses review comments
2019-04-11 16:53:58 -07:00
cmd/kn Refactor to allow testing; write first tests. (#10) 2019-01-29 12:40:22 -08:00
hack Add hack/verify-codegen.sh so CI verifies vendor/ doesn't drift (#64) 2019-04-08 10:28:58 -07:00
pkg Adds service delete command (#63) 2019-04-11 16:53:58 -07:00
test Stub in an integration test (#55) 2019-04-08 10:50:58 -07:00
vendor Stub in an integration test (#55) 2019-04-08 10:50:58 -07:00
.gitignore Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
DEVELOPMENT.md Adds DEVELOPMENT.md (#39) 2019-04-02 10:36:55 -07:00
LICENSE Initial commit 2018-12-12 16:45:51 -08:00
OWNERS Add OWNERS file, initially with WG leads + evan and matt (#3) 2019-01-10 17:46:31 -08:00
README.md Adds DEVELOPMENT.md (#39) 2019-04-02 10:36:55 -07:00
go.mod Support --all-namespaces option for service and revision list (#32) 2019-04-09 09:09:58 -07:00
go.sum Stub in an integration test (#55) 2019-04-08 10:50:58 -07:00

README.md

Knative Client

Knative developer experience best practices, reference Knative CLI implementation, and reference Knative client libraries.

If you are interested in contributing, see the Knative community contribution guide and DEVELOPMENT.md.

Bash auto completion:

Run following to enable bash auto completion

$ source <(kn completion)

Use TAB to list available sub-commands

$ kn <TAB>
completion revision service

$ kn revision <TAB>
describe list