Skip to content

This project contains additional commands for N98-MageRun.

Notifications You must be signed in to change notification settings

pierredewit/magerun-addons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yireo MageRun Addons

This project contains additional commands for N98-MageRun.

  • List / create / reset / delete admin roles

Installation

You can check out the different options in the MageRun docs.

Here is a manual method:

  1. Create ~/.n98-magerun/modules/ if it doesn't already exist.

     mkdir -p ~/.n98-magerun/modules/
    
  2. Clone the magerun-addons repository in there

     cd ~/.n98-magerun/modules/
     git clone git@github.com:yireo/magerun-addons.git
    

Commands

Admin Roles

List all backend roles:

$ n98-magerun.phar admin:role:list

Create a new backend role with ALL privileges:

$ n98-magerun.phar admin:role:create

Reset privileges of a certain backend role to ALL privileges:

$ n98-magerun.phar admin:role:reset

Delete a certain backend role:

$ n98-magerun.phar admin:role:delete

About

This project contains additional commands for N98-MageRun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%