Kumac13 / sfdx.vim

0 stars 0 forks source link

Want to chose alias in list view #6

Open Kumac13 opened 1 year ago

Kumac13 commented 1 year ago

Scoop

Background

Problems Statements

Proposal

Kumac13 commented 8 months ago

sf command create .sf and .sfdx. To use .sfdx/alias.json it's able to see aliases.

jq . .sfdx/alias.json
{
  "orgs": {
    "sandbox": "prod@example.com.sandbox",
    "prod": "prod@example.com"
  }
}