Skip to content

v1.51.2: New CLI Commands for Admin User Management

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 21:47
· 380 commits to refs/heads/master since this release
eee1d00

New CLI Commands for Admin User Management

This release introduces a suite of command-line tools for managing administrator accounts:

New Commands

  • bin/create_admin <email> - Create a new admin user with a generated password
  • bin/promote_to_admin <email> - Promote an existing user to admin
  • bin/demote_admin <email> - Remove admin privileges from a user
  • bin/list_admins - Display all admin users with details

Features

  • Secure password generation
  • Automatic user confirmation
  • Colorized output for better readability
  • Works in all environments (including Docker)

Example Usage

Screenshot 2025-02-17 at 21 49 06

📖 Read more in the updated documentation:
https://docs.pwpush.com/docs/admin-dashboard/#via-application-console

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.2

..and go to http://localhost:5100

🔗 Useful Links