Skip to content

Instantly share code, notes, and snippets.

@marshallvaughn
Created July 16, 2019 19:24
Show Gist options
  • Save marshallvaughn/fc808378f0415bca392d478fb1ef9aba to your computer and use it in GitHub Desktop.
Save marshallvaughn/fc808378f0415bca392d478fb1ef9aba to your computer and use it in GitHub Desktop.
Get an object's field names quickly.
sfdx force:schema:sobject:describe --json -s account | \
jq -r '.result.fields[] | .name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment