Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Created May 20, 2025 06:29
Show Gist options
  • Save szepeviktor/6123a59ab61a27ced12d65fc8c0ce2d4 to your computer and use it in GitHub Desktop.
Save szepeviktor/6123a59ab61a27ced12d65fc8c0ce2d4 to your computer and use it in GitHub Desktop.
HelloPack plugin list and plugin update
# List plugin IDs
wp eval 'var_export(array_column(hellopack_client()->api()->plugins(),"name","id"));'
# Update the plugin
wp plugin install "$(wp eval 'echo hellopack_client()->api()->download(260729283,[]);')" --force
@szepeviktor
Copy link
Author

@hellowpio Ezek nagyon hasznosnak bizonyultak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment