Line 47:
Line 47:
Next let's install the Zapier CLI tools. The CLI will allow you to build your app, deploy it to the Zapier platform, do local testing, manage users and testers, view remote logs, collaborate with your team, and more:
Next let's install the Zapier CLI tools. The CLI will allow you to build your app, deploy it to the Zapier platform, do local testing, manage users and testers, view remote logs, collaborate with your team, and more:
−
`cd dev/examples/zapier`
+
<source lang="bash">
−
+
cd dev/examples/zapier
−
`npm install -g zapier-platform-cli` to install the CLI globally
+
npm install -g zapier-platform-cli
−
+
zapier --version
−
`zapier --version` to return version of the CLI
+
</source>
=== Run Zapier Login ===
=== Run Zapier Login ===