pipecd
pipecd copied to clipboard
pipectl delete command
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.
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 👍
May I work on it?
@funera1 sure, that helps a lot. Thank you 😄