Files
chatgpt-on-wechat/docs/ja/tools/bash.mdx
2026-03-18 19:13:39 +09:00

29 lines
951 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: bash - ターミナル
description: システムコマンドの実行
---
現在の作業ディレクトリでBashコマンドを実行し、stdoutとstderrを返します。`env_config` で設定されたAPIキーは自動的に環境変数に注入されます。
## 依存関係
追加の依存関係は不要で、デフォルトで利用可能です。
## パラメータ
| パラメータ | 型 | 必須 | 説明 |
| --- | --- | --- | --- |
| `command` | string | はい | 実行するコマンド |
| `timeout` | integer | いいえ | タイムアウト(秒) |
## ユースケース
- パッケージや依存関係のインストール
- コードやテストの実行
- アプリケーションやサービスのデプロイNginx設定、プロセス管理など
- システム管理とトラブルシューティング
<Frame>
<img src="https://cdn.link-ai.tech/doc/20260203121008.png" width="800" />
</Frame>