Actions SDK for Node.js を使用して、Google アシスタント用のアプリの開発を始めたところです。私は環境にまったく慣れていません。私はこのガイドに従っています: https://developers.google.com/assistant/conversational/quickstart
しかし、「gactions コマンドライン ツールをインストールする」の手順 4 で行き詰まります。このガイドでは、「gactions login」コマンドを使用して CLI を認証するように指示されていますが、「login」は最新バージョンの gactions CLI では有効なコマンドではありません。利用可能なコマンドに対して gactions --help を実行すると、次のようになります。
NAME:
gactions - The Actions on Google command line interface that you can use to test and update your app for the Assistant.
USAGE:
gactions.exe [global options] command [command options] [arguments...]
VERSION:
2.2.4
COMMANDS:
init Create a default action.json file
test Takes the specified app for the Assistant and makes it available for previewing/simulation
update Updates the draft action in the app for the Assistant for the given project
list List up to 10 recent versions of your app for the Assistant: in review, production, approved, etc
get Get the contents of a given version of your app for the Assistant
selfupdate Checks for updates for this tool
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--verbose, -v Show more detailed output
--help, -h show help
--version, -V print the version
私のバージョンの gactions CLI で使用できるコマンドの数は非常に限られているため、gactions CLI を使用する前にアプリをデプロイする必要があるようですが、これは意味がありません。gactions で作業を開始できるようにするためだけに、空の Actions プロジェクトをデプロイするのはなぜですか?
gactions CLI ( https://developers.google.com/assistant/actionssdk/gactions ) について見つけたドキュメントも同様に古くなっているようです。gactions CLI の最新のドキュメントがどこにあるか知っている人はいますか?