Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds service delete command #63

Merged
merged 2 commits into from
Apr 11, 2019
Merged

Commits on Apr 9, 2019

  1. Adds service delete command

     This chageset adds `service delete` command, able to delete a service
     at a time.
    
     Fixes knative#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
    ```
    navidshaikh committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    8c57ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0972ecb View commit details
    Browse the repository at this point in the history