Created
November 15, 2021 05:16
-
-
Save obedmhg/3ea207fc693ec07384e2b7c96ddeea62 to your computer and use it in GitHub Desktop.
Dash Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get Value | |
get /atg/commerce/order/OrderRepository.loggingDebug | |
# call Methods | |
call /atg/commerce/claimable/CouponBatchTools doStopService | |
call /atg/commerce/claimable/CouponBatchTools doStartService | |
# set property value | |
set /atg/commerce/endeca/cache/DimensionValueCacheTools.minimumCacheRefreshIntervalSecs 0 | |
set /atg/commerce/endeca/cache/DimensionValueCacheTools.checkMDEXUpdated false | |
# Navigate to a component | |
go /atg/commerce/order/OrderRepository | |
#Print item from repository | |
print /atg/commerce/order/OrderRepository order o1755180935 | |
# Query the Repo | |
query /atg/userprofiling/ProfileAdapterRepository user {email="[email protected]"} | |
#Using favorites on Dash | |
print @OR order o1755180935 | |
query @PAR user {email="[email protected]"} | |
get @OR.loggingDebug | |
call @OR invalidateCaches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment