Skip to content

getdokan/appsero-license-activator-cli

Repository files navigation

appsero-license-activator-cli

Activate licence for plugin managed by Appsero.

WP Cli Command

wp appsero activate <lisence_key> --plugin_file=<plugin_file> --plugin_hash=<plugin_hash> --option_key=<optional_option_key>

Example

# if you want to activate the license for the plugin "dokan-pro" with the license key "1234567890" and the plugin hash "plugin-hash" and the optional option key "optional_option_key"
wp appsero activate 1234567890 --plugin_file="dokan-pro/dokan-pro.php" --plugin_hash="plugin-hash" --option_key="optional_option_key"

Plugin build and release

composer install
npm install
npm run release

About

Activate licence for plugin managed by Appsero.

Resources

License

Stars

Watchers

Forks

Packages

No packages published