alexandru-cli
v2.0.1
Published
Node command line tool to automate database creation
Downloads
4
Maintainers
Readme
alex-cli config
alex-cli tables
alex-cli reset
alex-cli list [development|production]
alex-cli env
alex-cli switch
alex-cli init [authManager|aclManager] [force]
alex-cli insert [user|client|token|code|role|userRole|permission|resource|policy]
alex-cli delete [user|client|token|code|role|userRole|permission|resource|policy]
alex-cli cipher
alex-cli decipher
alex-cli crypt
alex-cli import [path] file(JSON): { "data": [ { "entity": "user", "columns": { "username": "admin", "password": "$2a$05$Sbvj/0fQB/H/GaQZJg88iOP/ppZXTEtwCEF1Iff0hCt1t/PcJIfDa", "email": "[email protected]", "firstName": "super", "lastName": "administrator" }, "returning": "id" }, { "entity": "client", "columns": { "name": "dashboard", "secret": "a1l4PsbkgQHgZzaN1lFQSw==", "description": "the dashboard client application", "domain": "localhost" }, "returning": "id" } ] }