Skip to content

salihoglu87/wp-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-scripts

General usage

These scipts are used in these helm cahrts:

Admin User Update

❯ export WORDPRESS_USERNAME=admin
❯ export WORDPRESS_PASSWORD=pw
❯ export WORDPRESS_EMAIL=admin@example.com
❯ export WORDPRESS_USERNAME_2=admin2
❯ export WORDPRESS_PASSWORD_2=pw2
❯ export WORDPRESS_EMAIL_2=admin4@example.com
❯ export WORDPRESS_USERNAME_4=admin4
❯ export WORDPRESS_PASSWORD_4=pw4
❯ export WORDPRESS_EMAIL_4=admin4@example.com
❯ ./update-wp-admin-user.sh
using wordpress-username admin
using wordpress-email admin@example.com
create admin user if not exists otherwise update admin user...
using wordpress-username admin2
using wordpress-email admin2@example.com
create admin user if not exists otherwise update admin user...
using wordpress-username admin4
using wordpress-email admin4@example.com
create admin user if not exists otherwise update admin user..

About

A set of scripts for wordpress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%