简体   繁体   English

备份使用“操作控制台”web 版本创建的助手项目的最简单方法是什么?

[英]What is the easiest way to back up an assistant project created with the “Actions Console” web version?

I am happy with how easy the "action console" can be used in the Chrome Browser.我很高兴在 Chrome 浏览器中可以轻松使用“操作控制台”。 Out of curiosity i also installed the CLI-option on my Ubuntu system and played a bit around with it.出于好奇,我还在我的 Ubuntu 系统上安装了 CLI 选项,并对其进行了一些尝试。

The difference here is obvious that with the CLI you always have your project on your own system.这里的区别很明显,使用 CLI,您始终可以将项目放在自己的系统上。 Does this mean that a "pull" command via the CLI the easiest way to backup a Project created with the "Actions Console" in the web-browser?这是否意味着通过 CLI 的“拉取”命令是备份使用 Web 浏览器中的“操作控制台”创建的项目的最简单方法? Or does anyone know of any plans in adding something like a "download project as zip" in the Actions Console?或者是否有人知道在操作控制台中添加诸如“将项目下载为 zip”之类的任何计划?

The easiest way to backup Actions Builder projects is to use the gactions CLI .备份 Actions Builder 项目的最简单方法是使用gactions CLI The pull command will download all project files, allowing you to modify your project offline and locally. pull命令将下载所有项目文件,允许您离线和本地修改项目。

You can then push the local files back to the same project to update your action.然后,您可以将本地文件push送回同一项目以更新您的操作。

When you have downloaded all the files, you can then further back them up in whatever mechanism you'd prefer.下载完所有文件后,您可以使用您喜欢的任何机制进一步备份它们。 This could be bundling everything into a .zip file or using a version control system like git.这可以将所有内容捆绑到.zip文件中,或者使用 git 等版本控制系统。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google动作无法在Google Assistant中用于测试项目 - Google actions not available in google assistant for test project 如何在Google Actions / Assistant Console中收听用户音频? - How to listen to user audio in google actions / assistant console? 创建自定义Google助手操作以从网页返回日期的最简单方法是什么 - What is the simplest way to create a custom google assistant action that returns a piece of date from a web page 什么是能够通过谷歌助手向自托管端点发出发布请求的最简单/免费的方法 - Whats the easiest / free way to be able to make a post request to a self hosted endpoint through google assistant 如何将随机输入值作为 Google Actions NLP(谷歌助手)控制台中的插槽变量? - How can I take a random input value as a slot variable in Google Actions NLP (google assistant) Console? Google上的Google Assistant操作 - Google Assistant actions on google 无法访问我们项目的操作控制台 - Could not access to the actions console of our project Google 助理操作 - 设备位置 - Google Assistant Actions - Device Location 对Google Assistant使用Actions SDK - Use Actions SDK for Google Assistant 使用Google Assistant通过语音测试应用操作的正确语法是什么? - What is the proper syntax for testing app actions via voice using google assistant?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM