Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command line environments can be different, especially between Windows and non-Windows systems. OurĀ Tips page talks about command line escaping differences and there are differences with respect to environment variable references ($ for non-Windows and %...% for Windows). These differences can impact examples, so recognize and adjust for your platform. In particular, all examples here are run with the standard bash shell on Linux.

...

getClientInfo

copyFiles

--action getClientInfo
identifyUser
copyFiles --sourceFile "output/copy/copy.txt"

renderRequest

--action identifyUser renderRequest --token "***file "output/render/renderRequestAuthenticated.txt" --userId "cli_1@appfireuser "automation+user@appfire.com" --afterSql "insert into test01 (a1) values('segment')password "***" --database "test" --host "postgres.examplegear.com" --port "50940" --dbUser "automation" --dbPassword "***" --properties "{\"email\":\"cli_1@appfire.com\", \"organization\":\"appfire\"}" --properties2 "{\"region\":\"Americas\", \"empty\":null, \"organization\":\"appfire\"}"
--action identifyUser --token "***" --userId "cli_1@appfire.com" --properties "{\"email\":\"cli_1@appfire.com\", \"organization\":\"appfire\"}" --properties2 "{\"region\":\"Americas\", \"empty\":null, \"organization\":\"appfire\"}"
--action identifyUser --token "***" --userId "cli_1@appfire.com" --sendNullProperties --properties "{\"email\":\"cli_1@appfire.com\", \"organization\":\"appfire\"}" --properties2 "{\"region\":\"Americas\", \"empty\":null, \"organization\":\"appfire\"}"

runFromList

--action runFromList --list "userId" --token "***" --common "-a identifyUser --userId @entry@"

trackEvent

--action trackEvent --token "***" --userId "cli_1@appfire.com" --event "My event" --properties "{\"email\":\"cli_1@appfire.com\", \"organization\":\"appfire\"}" --properties2 "{\"region\":\"Americas\", \"empty\":null, \"organization\":\"appfire\"}url "https://ginthome.atlassian.net/wiki/spaces/ztest"
--action renderRequest --url "https://ginthome.atlassian.net/wiki/spaces/GINT/overview" --findReplaceRegex "(?s).*?(title=\"Gint Confluence\").*:\$1"
--action renderRequest --url "https://www.google.com/search" --requestParameters "q=gint+testing+devops" --findReplaceRegex "(?s).*?(Gint - .*?Framework).*:\$1"
--action renderRequest --url "https://www.google.com/search?q=gint+gradle+automation+devops" --findReplaceRegex "(?s).*?(Gint - .*?Framework).*:\$1"

run

--action run --input "-a setReplacementVariables --field replaceVariable1=111 --field replaceVariable2=222" --input "-a copyFiles --sourceFile output/copy --file output/copy/target"
--action run --input "-a setReplacementVariables --field replaceVariable1=111 --field replaceVariable2=222" --input "-a copyFiles --sourceFile output/copy/copy.txt"
Excerpt
Table of Contents
maxLevel1
absoluteUrltrue