pipecd icon indicating copy to clipboard operation
pipecd copied to clipboard

pipectl delete command

Open jo-jo-1217 opened this issue 3 years ago • 1 comments

I would like to remove an application with the pipectl command If you already have the command, please let me know. If not, I would appreciate your consideration to add it.

jo-jo-1217 avatar Jul 15 '22 01:07 jo-jo-1217

Currently we don't have pipectl command for delete application

$ pipectl application -h
Manage application resources.

Usage:
  pipectl application [command]

Available Commands:
  add         Add a new application.
  get         Show the information about the specified application.
  list        Show the list of applications. Currently, the maximum number of returned applications is 10.
  sync        Sync an application.

Flags:
      --address string        The address to control-plane api.
      --api-key string        The API key used while authenticating with control-plane.
      --api-key-file string   Path to the file containing API key used while authenticating with control-plane.
      --cert-file string      The path to the TLS certificate file.
  -h, --help                  help for application
      --insecure              Whether disabling transport security while connecting to control-plane.

Global Flags:
      --log-encoding string                The encoding type for logger [json|console|humanize]. (default "humanize")
      --log-level string                   The minimum enabled logging level. (default "info")
      --metrics                            Whether metrics is enabled or not. (default true)
      --profile                            If true enables uploading the profiles to Stackdriver.
      --profile-debug-logging              If true enables logging debug information of profiler.
      --profiler-credentials-file string   The path to the credentials file using while sending profiles to Stackdriver.

Use "pipectl application [command] --help" for more information about a command.

But you're right, it should be supported as well 👍

khanhtc1202 avatar Jul 15 '22 01:07 khanhtc1202

May I work on it?

funera1 avatar Oct 29 '22 08:10 funera1

@funera1 sure, that helps a lot. Thank you 😄

khanhtc1202 avatar Oct 29 '22 09:10 khanhtc1202