Linux command
zapier-init 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Initialize new integration
zapier init [path]
Initialize with template
zapier init [path] --template [minimal]
说明
zapier init creates a new Zapier integration project. Scaffolds project structure with boilerplate code. Starting point for developing Zapier integrations with CLI.
参数
- --template _name_
- Use specific template.
FAQ
What is the zapier-init command used for?
zapier init creates a new Zapier integration project. Scaffolds project structure with boilerplate code. Starting point for developing Zapier integrations with CLI.
How do I run a basic zapier-init example?
Run `zapier init [path]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --template _name_ do in zapier-init?
Use specific template.