
Arduino CLI
2023年12月21日
2024年1月12日
core download
arduino-cli core download
1つ以上のコアと対応するツールの依存関係をダウンロードします。
概要
1つ以上のコアと対応するツールの依存関係をダウンロードします。
$ arduino-cli core download [PACKAGER:ARCH[@VERSION]]... [flags]
例
$ arduino-cli core download arduino:samd # download the latest version of Arduino SAMD core.
$ arduino-cli core download arduino:samd@1.6.9 # download a specific version (in this case 1.6.9).
オプション
-h, --help configコマンドのヘルプ
親コマンドから継承されたオプション
--additional-urls strings ボードマネージャーの追加URLのカンマ区切りリスト
--config-file string カスタム構成ファイル (指定しない場合はデフォルトが使用されます)
--format string ログの出力形式は次のとおりです: text, json, jsonmini, yaml(デフォルトは"text")
--log ログを標準出力に出力します
--log-file string ログが書き込まれるファイルへのパス
--log-format string ログの出力形式は text, json です。
--log-level string このレベル以上のメッセージがログに記録されます。 有効なレベルは次のとおりです: trace, debug, info, warn, error, fatal, panic
--no-color カラー出力を無効にします。
関連項目
- arduino-cli core - Arduino コアの操作