1.1.5 • Published 4 years ago

dxh v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Saleforce SFDX command helper:

This app helps to browse and run any sfdx commands with few key entries.

Installation:

Still in alpha. Tested only in Linux machine. Assumed you have installed salesforce_cli and SFDX already in your system.

npm i -g dxh

Examples:

\$ dxh

\$ ? Enter Shortcut or Topic u

SHORTCUTCOMMANDDESC
ucuser:createcreate a user for a scratch org
uduser:displaydisplays information about a user of a scratch org
uluser:listlists all users of a scratch org
upauser:permset:assignassign a permission set to one or more users of an org
upguser:password:generategenerate a password for scratch org users

? Enter Shortcut or Topic ul

SHORTCUT COMMAND DESC
ul user:list lists all users of a scratch org user:list lists all users of a scratch org

USAGE \$ sfdx force:user:list -v --apiversion --loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL

OPTIONS -u, --targetusername=targetusername username or alias for the target org; overrides default target org

-v, --targetdevhubusername=targetdevhubusername username or alias for the dev hub org; overrides default dev hub org

--apiversion=apiversion override the api version used for api requests made by this command

--json format output as json

--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATA L) default: warn logging level for this command invocation

DESCRIPTION The original scratch org admin is marked with "(A)" Examples: $ sfdx force:user:list $ sfdx force:user:list -u me@my.org --json \$ sfdx force:user:list --json > tmp/MyUserList.json

? Enter your options for sfdx force:user:list


Enter full shortcut takes to help output of that command before proceed to run the command and ask for options

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago