1# Activate plugin
2$ wp plugin activate hello
3Plugin 'hello' activated.
4Success: Activated 1 of 1 plugins.
5
6# Activate plugin in entire multisite network
7$ wp plugin activate hello --network
8Plugin 'hello' network activated.
9Success: Network activated 1 of 1 plugins.