共用方式為


setting

重要

這是 Azure Sphere (舊版) 檔。 Azure Sphere(舊版)將於 2027 年 9 月 27 日淘汰,且使用者此時必須移轉至 Azure Sphere(整合式)。 使用位於 TOC 上方的版本選取器來檢視 Azure Sphere (整合式) 檔。

管理 Azure Sphere CLI 設定。

作業 描述
list 列出 Azure Sphere CLI 設定。
無色彩 管理 Azure Sphere CLI 中訊息的色彩設定。

清單

列出 Azure Sphere CLI 設定。

範例

azsphere setting list
 -------- -----
 Name     Value
 ==============
 no_color false
 -------- -----

無色彩

管理 Azure Sphere CLI 中訊息的色彩設定。

作業 描述
get 取得 Azure Sphere CLI 色彩設定。
set 套用或移除 Azure Sphere CLI 訊息的色彩設定。

get

取得 Azure Sphere CLI 色彩設定。

範例

azsphere setting no-color get
 -------- -----
 Name     Value
 ==============
 no_color false
 -------- -----

set

設定 Azure Sphere CLI 色彩設定。

必要參數

參數 類型 描述
--使 String 拿掉彩色訊息。 原始色彩的訊息前面會加上 DEBUG、INFO、WARNING 和 ERROR。
--禁用 String 顯示彩色訊息。

範例

拿掉彩色訊息。

azsphere setting no-color set --enable

顯示彩色訊息。

azsphere setting no-color set --disable