wp-cli / dist-archive-command

Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
https://developer.wordpress.org/cli/commands/dist-archive/
MIT License
48 stars 24 forks source link

Ubuntu "zip" command not work after installing this package even after uninstalling. #89

Closed stalukder03 closed 10 months ago

stalukder03 commented 10 months ago

zip hello.zip hello -r

Warning: No WordPress installation found. If the command 'dist-archive hello.zip hello -r' is in a plugin or theme, pass --path=path/to/wordpress. Error: 'dist-archive' is not a registered wp command. See 'wp help' for available commands.

zip --version

Warning: No WordPress installation found. If the command 'dist-archive' is in a plugin or theme, pass --path=path/to/wordpress. Error: 'dist-archive' is not a registered wp command. See 'wp help' for available commands.

stalukder03 commented 10 months ago

Sorry! It was my fault. i made an alias with the name of "zip", Closing this issue.