|
@@ -0,0 +1,33 @@
|
|
|
|
+# pio remote
|
|
|
|
+
|
|
|
|
+> PlatformIO ์๊ฒฉ ๊ฐ๋ฐ์ ์ํ ๋ณด์กฐ ๋ช
๋ น์ด.
|
|
|
|
+> `pio remote [command]`๋ ๋ก์ปฌ์์ ์คํ๋๋ `pio [command]`์ ๋์ผํ ์ธ์๋ฅผ ์ฌ์ฉํฉ๋๋ค.
|
|
|
|
+> ๋ ๋ง์ ์ ๋ณด: <https://docs.platformio.org/en/latest/core/userguide/remote/index.html>.
|
|
|
|
+
|
|
|
|
+- ํ์ฑํ๋ ๋ชจ๋ ์๊ฒฉ ์์ด์ ํธ ๋์ด:
|
|
|
|
+
|
|
|
|
+`pio remote agent list`
|
|
|
|
+
|
|
|
|
+- ํน์ ์ด๋ฆ์ผ๋ก ์๋ก์ด ์๊ฒฉ ์์ด์ ํธ๋ฅผ ์์ํ๊ณ ์น๊ตฌ๋ค๊ณผ ๊ณต์ :
|
|
|
|
+
|
|
|
|
+`pio remote agent start --name {{์์ด์ ํธ_์ด๋ฆ}} --share {{example1@example.com}} --share {{example2@example.com}}`
|
|
|
|
+
|
|
|
|
+- ์ง์ ๋ ์์ด์ ํธ์ ์ฅ์น ๋์ด (`--agent`๋ฅผ ์๋ตํ์ฌ ๋ชจ๋ ์์ด์ ํธ ์ง์ ๊ฐ๋ฅ):
|
|
|
|
+
|
|
|
|
+`pio remote --agent {{์์ด์ ํธ_์ด๋ฆ1}} --agent {{์์ด์ ํธ_์ด๋ฆ2}} device list`
|
|
|
|
+
|
|
|
|
+- ์๊ฒฉ ์ฅ์น์ ์ง๋ ฌ ํฌํธ์ ์ฐ๊ฒฐ:
|
|
|
|
+
|
|
|
|
+`pio remote --agent {{์์ด์ ํธ_์ด๋ฆ}} device monitor`
|
|
|
|
+
|
|
|
|
+- ์ง์ ๋ ์์ด์ ํธ์์ ๋ชจ๋ ํ๊ฒ ์คํ:
|
|
|
|
+
|
|
|
|
+`pio remote --agent {{์์ด์ ํธ_์ด๋ฆ}} run`
|
|
|
|
+
|
|
|
|
+- ํน์ ์์ด์ ํธ์์ ์ค์น๋ ์ฝ์ด ํจํค์ง, ๊ฐ๋ฐ ํ๋ซํผ ๋ฐ ์ ์ญ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์
๋ฐ์ดํธ:
|
|
|
|
+
|
|
|
|
+`pio remote --agent {{์์ด์ ํธ_์ด๋ฆ}} update`
|
|
|
|
+
|
|
|
|
+- ํน์ ์์ด์ ํธ์์ ๋ชจ๋ ํ๊ฒฝ์ ๋ชจ๋ ํ
์คํธ ์คํ:
|
|
|
|
+
|
|
|
|
+`pio remote --agent {{์์ด์ ํธ_์ด๋ฆ}} test`
|