1.0.0 • Published 6 years ago
@madgex/cpid-cli v1.0.0
cpid-cli
Comamnd-line client property ID (fuzzy) search, inc. filtering.
## Install
npm i -g @madgex/cpid-cliUsage
cpid <query> - query can be a string to look for, or a client property ID GUID.
e.g.
# cpid wired
# cpid 8b60330c-d2ec-4cba-b018-acb84bd97719Filtering
You can filter on any property, e.g.
Show me all the JBP sites that fuzzy match to BMJ
# cpid --filter productShortCode=JBP bmjOr on SalesForce Account
# cpid --filter salesforceAccountId=001D000001eeiUVIAY1.0.0
6 years ago