-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docsify, doctl-*: add Korean translation (#14180)
- Loading branch information
Showing
18 changed files
with
400 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# docsify | ||
|
||
> ๋งํฌ๋ค์ด ๋ฌธ์๋ฅผ ์ด๊ธฐํํ๊ณ ์ ๊ณต. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://cli.docsifyjs.org>. | ||
- ํ์ฌ ๋๋ ํ ๋ฆฌ์์ ์๋ก์ด ๋ฌธ์๋ฅผ ์ด๊ธฐํ: | ||
|
||
`docsify init` | ||
|
||
- ์ง์ ๋ ๋๋ ํ ๋ฆฌ์์ ์๋ก์ด ๋ฌธ์๋ฅผ ์ด๊ธฐํ: | ||
|
||
`docsify init {{๊ฒฝ๋ก/๋์/๋๋ ํ ๋ฆฌ}}` | ||
|
||
- ์ค์๊ฐ ์ฌ๋ก๋๋ฅผ ํตํด `localhost:3000`์ ๋ก์ปฌ ๋ฌธ์ ์ ๊ณต: | ||
|
||
`docsify serve {{๊ฒฝ๋ก/๋์/๋๋ ํ ๋ฆฌ}}` | ||
|
||
- ์ง์ ๋ ํฌํธ์ `localhost`์ ๋ํ ๋ก์ปฌ ๋ฌธ์๋ฅผ ์ ๊ณต: | ||
|
||
`docsify serve --port {{80}} {{๊ฒฝ๋ก/๋์/๋๋ ํ ๋ฆฌ}}` | ||
|
||
- ์ง์ ๋ ๋๋ ํฐ๋ฆฌ์ ์ฌ์ด๋๋ฐ ๋งํฌ๋ค์ด ํ์ผ์ ์์ฑ: | ||
|
||
`docsify generate {{๊ฒฝ๋ก/๋์/๋๋ ํ ๋ฆฌ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# doctl account | ||
|
||
> Digital Ocean ๊ณ์ ์ ๋ํ ์ ๋ณด๋ฅผ ๊ฒ์. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/account/>. | ||
- ๊ณ์ ์ ๋ณด ํ์: | ||
|
||
`doctl account get` | ||
|
||
- ์๊ฐ๋ณ API ํ๋, ์งํ ์ํฉ, ๋น์จ ํ๋ ์ฌ์ค์ ์์ ์ ํ์: | ||
|
||
`doctl account ratelimit` | ||
|
||
- ๋์๋ง ํ์: | ||
|
||
`doctl account --help` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# doctl apps | ||
|
||
> DigitalOcean ์ฑ ๊ด๋ฆฌ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/apps>. | ||
- ์ ํ๋ฆฌ์ผ์ด์ ์์ฑ: | ||
|
||
`doctl apps create` | ||
|
||
- ํน์ ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ํ ๋ฐฐํฌ ์์ฑ: | ||
|
||
`doctl apps create-deployment {{์ฑ_์์ด๋}}` | ||
|
||
- ๋ํํ์ผ๋ก ์ฑ ์ญ์ : | ||
|
||
`doctl apps delete {{์ฑ_์์ด๋}}` | ||
|
||
- ์ฑ ๋ค์ด๋ก๋: | ||
|
||
`doctl apps get` | ||
|
||
- ๋ชจ๋ ์ฑ ๋์ด: | ||
|
||
`doctl apps list` | ||
|
||
- ํน์ ์ฑ์ ๋ชจ๋ ๋ฐฐํฌ๋ฅผ ๋์ด: | ||
|
||
`doctl apps list-deployments {{์ฑ_์์ด๋}}` | ||
|
||
- ํน์ ์ฑ์์ ๋ก๊ทธ๋ฅผ ๊ฐ์ ธ์ค๊ธฐ: | ||
|
||
`doctl apps logs {{์ฑ_์์ด๋}}` | ||
|
||
- ํน์ ์ฑ ์ฌ์์ผ๋ก ํน์ ์ฑ์ ์ ๋ฐ์ดํธ: | ||
|
||
`doctl apps update {{์ฑ_์์ด๋}} --spec {{path/to/spec.yml}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctl auth | ||
|
||
> API ํ ํฐ์ผ๋ก `doctl`์ ์ธ์ฆ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/auth/>. | ||
- API ํ ํฐ์ ์ ๋ ฅํ๊ณ ํด๋น ์ปจํ ์คํธ์ ๋ผ๋ฒจ์ ์ง์ ํ๋ผ๋ ๋ฉ์์ง๋ฅผ ์ด๊ธฐ: | ||
|
||
`doctl auth init --context {{ํ ํฐ_๋ผ๋ฒจ}}` | ||
|
||
- ์ธ์ฆ ์ปจํ ์คํธ ๋์ด (API ํ ํฐ): | ||
|
||
`doctl auth list` | ||
|
||
- ์ปจํ ์คํธ ์ ํ (API ํ ํฐ): | ||
|
||
`doctl auth switch --context {{ํ ํฐ_๋ผ๋ฒจ}}` | ||
|
||
- ์ ์ฅ๋ ์ธ์ฆ ์ปจํ ์คํธ ์ ๊ฑฐ (API ํ ํฐ): | ||
|
||
`doctl auth remove --context {{ํ ํฐ_๋ผ๋ฒจ}}` | ||
|
||
- ์ฌ์ฉ ๊ฐ๋ฅํ ๋ช ๋ น ํ์: | ||
|
||
`doctl auth --help` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# doctl balance | ||
|
||
> Digital Ocean ๊ณ์ ์ ์์ก์ ํ์. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/balance/>. | ||
- ํ์ฌ ์ปจํ ์คํธ์ ๊ด๋ จ๋ ๊ณ์ ์ ์์ก์ ๊ฐ์ ธ์ด: | ||
|
||
`doctl balance get` | ||
|
||
- ์ก์ธ์ค ํ ํฐ๊ณผ ์ฐ๊ฒฐ๋ ๊ณ์ ์์ก์ ๊ฐ์ ธ์ด: | ||
|
||
`doctl balance get --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ์ง์ ๋ ์ปจํ ์คํธ์ ์ฐ๊ฒฐ๋ ๊ณ์ ์ ์์ก์ ๊ฐ์ ธ์ด: | ||
|
||
`doctl balance get --context` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# doctl compute droplet | ||
|
||
> ๋๋กญ๋ฆฟ์ด๋ผ๊ณ ๋ถ๋ฆฌ๋ ๊ฐ์ ๋จธ์ ์ ๋์ด, ์์ฑ, ์ญ์ . | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/compute/droplet/>. | ||
- ๋๋กญ๋ฆฟ ์์ฑ: | ||
|
||
`doctl compute droplet create --region {{์ง์ญ}} --image {{os_์ด๋ฏธ์ง}} --size {{vps_ํ์ }} {{๋๋กญ๋ฆฟ_์ด๋ฆ}}` | ||
|
||
- ๋๋กญ๋ฆฟ ์ญ์ : | ||
|
||
`doctl compute droplet delete {{๋๋กญ๋ฆฟ_์์ด๋|๋๋กญ๋ฆฟ_์ด๋ฆ}}` | ||
|
||
- ๋๋กญ๋ฆฟ ๋์ด: | ||
|
||
`doctl compute droplet list` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctl databases db | ||
|
||
> ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์์ ์ ๊ณตํ๋ ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ๊ด๋ฆฌ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/db>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases db` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases db {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์์ ํธ์คํ ๋๋ ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ด๋ฆ์ ๊ฒ์: | ||
|
||
`doctl databases db get {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์ด๋ฆ}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ ๋ด์์ ํธ์คํ ๋๋ ๊ธฐ์กด ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ๋์ด: | ||
|
||
`doctl databases db list {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` | ||
|
||
- ์ฃผ์ด์ง ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ฃผ์ด์ง ์ด๋ฆ์ ๊ฐ์ง ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ์์ฑ: | ||
|
||
`doctl databases db create {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์ด๋ฆ}}` | ||
|
||
- ์ฃผ์ด์ง ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ฃผ์ด์ง ์ด๋ฆ์ ๊ฐ์ง ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ์ญ์ : | ||
|
||
`doctl databases db delete {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์ด๋ฆ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# doctl databases firewalls | ||
|
||
> ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ๋ฐฉํ๋ฒฝ์ ๊ด๋ฆฌ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/firewalls>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases firewalls` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases firewalls {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ ๋ฐฉํ๋ฒฝ ๊ท์น ๋ชฉ๋ก์ ๊ฒ์: | ||
|
||
`doctl databases firewalls list` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ฐฉํ๋ฒฝ ๊ท์น์ ์ถ๊ฐ: | ||
|
||
`doctl databases firewalls append {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} --rule {{droplet|k8s|ip_addr|tag|app}}:{{value}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ ๋ฐฉํ๋ฒฝ ๊ท์น์ ์ถ๊ฐ: | ||
|
||
`doctl databases firewalls remove {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ฃฐ_uuid}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# doctl databases maintenance-window | ||
|
||
> ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ ์ง ๊ด๋ฆฌ ๊ธฐ๊ฐ์ ์์ฝํ๊ณ ์ผ์ ์ ํ์ธ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/maintenance-window>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases maintenance-window` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases maintenance-window {{command}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ ์ง ๊ด๋ฆฌ ๊ธฐ๊ฐ์ ๋ํ ์ธ๋ถ ์ ๋ณด๋ฅผ ๊ฒ์: | ||
|
||
`doctl databases maintenance-window get {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ ์ง ๊ด๋ฆฌ ๊ธฐ๊ฐ์ ์ ๋ฐ์ดํธ: | ||
|
||
`doctl databases maintenance-window update {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} --day {{์์ผ}} --hour {{24์๊ฐ_ํ์์_์๊ฐ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctl databases options | ||
|
||
> ๊ฐ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์์ง์์ ์ฌ์ฉ ๊ฐ๋ฅํ ์ต์ ํ์์ ํ์ฑํ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/options>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases options` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases options {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ์ฌ์ฉ ๊ฐ๋ฅํ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์์ง ๋ชฉ๋ก์ ๊ฒ์: | ||
|
||
`doctl databases options engines` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์์ง์ ์ฌ์ฉ ๊ฐ๋ฅํ ์ง์ญ ๋ชฉ๋ก์ ๊ฒ์: | ||
|
||
`doctl databases options regions --engine {{pg|mysql|redis|mongodb}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์์ง์ ์ฌ์ฉ ๊ฐ๋ฅํ ์ฌ๋ฌ๊ทธ ๋ชฉ๋ก์ ๊ฒ์: | ||
|
||
`doctl databases options slugs --engine {{pg|mysql|redis|mongodb}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์์ง์ ์ฌ์ฉ ๊ฐ๋ฅํ ๋ฒ์ ๋ชฉ๋ก์ ๊ฒ์: | ||
|
||
`doctl databases options versions --engine {{pg|mysql|redis|mongodb}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctl databases pool | ||
|
||
> ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ฐ๊ฒฐ ํ์ ๊ด๋ฆฌ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/pool/>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases pool` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases pool {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ฐ๊ฒฐ ํ์ ๋ํ ์ ๋ณด ๊ฒ์: | ||
|
||
`doctl databases pool get {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{ํ_์ด๋ฆ}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ๋ํ ์ฐ๊ฒฐ ํ์ ๋์ด: | ||
|
||
`doctl databases pool list {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ ์ฐ๊ฒฐ ํ์ ์์ฑ: | ||
|
||
`doctl databases pool create {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{ํ_์ด๋ฆ}} --db {{์๋ก์ด_ํ_์ด๋ฆ}} --size {{ํ_ํฌ๊ธฐ}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ ์ฐ๊ฒฐ ํ์ ์ญ์ : | ||
|
||
`doctl databases pool create {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{ํ_์ด๋ฆ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctl databases replica | ||
|
||
> ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ฐ๊ฒฐ๋ ์ฝ๊ธฐ ์ ์ฉ ๋ณต์ ๋ณธ์ ๊ด๋ฆฌ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/replica/>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases replica` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases pool {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ์ฝ๊ธฐ ์ ์ฉ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ณต์ ๋ณธ์ ๋ํ ์ ๋ณด๋ฅผ ๊ฒ์: | ||
|
||
`doctl databases replica get {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ณต์ ๋ณธ_์ด๋ฆ}}` | ||
|
||
- ์ฝ๊ธฐ ์ ์ฉ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ณต์ ๋ณธ ๋ชฉ๋ก ๊ฒ์: | ||
|
||
`doctl databases replica list {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` | ||
|
||
- ์ฝ๊ธฐ ์ ์ฉ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ณต์ ๋ณธ ์์ฑ: | ||
|
||
`doctl databases replica create {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ณต์ ๋ณธ_์ด๋ฆ}}` | ||
|
||
- ์ฝ๊ธฐ ์ ์ฉ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ณต์ ๋ณธ ์ญ์ : | ||
|
||
`doctl databases replica delete {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{๋ณต์ ๋ณธ_์ด๋ฆ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# doctl databases sql-mode | ||
|
||
> MySQL ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ์ ์ญ SQL ๋ชจ๋๋ฅผ ๋ณด๊ณ ๊ตฌ์ฑ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/sql-mode/>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases sql-mode` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases sql-mode {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- MySQL ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ SQL ๋ชจ๋๋ฅผ ๊ฐ์ ธ์ด: | ||
|
||
`doctl databases sql-mode get {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` | ||
|
||
- MySQL ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ SQL ๋ชจ๋๋ฅผ ์ง์ ๋ ๋ชจ๋๋ก ๋ฎ์ด์: | ||
|
||
`doctl databases sql-mode set {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{sql_๋ชจ๋_1 sql_๋ชจ๋_2 ...}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# doctl databases user | ||
|
||
> ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ฌ์ฉ์์ ๋ํ ์ธ๋ถ ์ ๋ณด๋ฅผ ๋ณด๊ณ ์์ฑ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases/user>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases user` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases user {{๋ช ๋ น์ด}} --access-token {{access_token}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ฌ์ฉ์์ ๋ํ ์ธ๋ถ ์ ๋ณด๋ฅผ ๊ฒ์: | ||
|
||
`doctl databases user get {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{์ฌ์ฉ์_์ด๋ฆ}}` | ||
|
||
- ํน์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ฌ์ฉ์ ๋ชฉ๋ก์ ๊ฒ์: | ||
|
||
`doctl databases user list {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` | ||
|
||
- ํน์ ์ฌ์ฉ์์ ์ธ์ฆ ๋น๋ฐ๋ฒํธ๋ฅผ ์ฌ์ค์ : | ||
|
||
`doctl databases user reset {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{์ฌ์ฉ์_์ด๋ฆ}}` | ||
|
||
- ํน์ ์ฌ์ฉ์์ ๋ํ MySQL ์ธ์ฆ ํ๋ฌ๊ทธ์ธ ์ฌ์ค์ : | ||
|
||
`doctl databases user reset {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{์ฌ์ฉ์_์ด๋ฆ}} {{caching_sha2_password|mysql_native_password}}` | ||
|
||
- ์ฃผ์ด์ง ์ฌ์ฉ์ ์ด๋ฆ์ผ๋ก ์ฃผ์ด์ง ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ฌ์ฉ์๋ฅผ ์์ฑ: | ||
|
||
`doctl databases user create {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{์ฌ์ฉ์_์ด๋ฆ}}` | ||
|
||
- ์ฃผ์ด์ง ์ฌ์ฉ์ ์ด๋ฆ์ ๊ฐ์ง ์ฃผ์ด์ง ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ ์ฌ์ฉ์๋ฅผ ์ญ์ : | ||
|
||
`doctl databases user delete {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}} {{์ฌ์ฉ์_์ด๋ฆ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctl databases | ||
|
||
> MySQL, Redis, PostgreSQL ๋ฐ MongoDB ๋ฐ์ดํฐ๋ฒ ์ด์ค ์๋น์ค๋ฅผ ๊ด๋ฆฌ. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/databases>. | ||
- ์ก์ธ์ค ํ ํฐ์ ์ฌ์ฉํ์ฌ `doctl databases` ๋ช ๋ น์ ์คํ: | ||
|
||
`doctl databases {{๋ช ๋ น์ด}} --access-token {{์ก์ธ์ค_ํ ํฐ}}` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ์ ๋ํ ์ธ๋ถ ์ ๋ณด๋ฅผ ๊ฐ์ ธ์ด: | ||
|
||
`doctl databases get` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ๋ฅผ ๋์ด: | ||
|
||
`doctl databases list` | ||
|
||
- ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋ฌ์คํฐ ์์ฑ: | ||
|
||
`doctl databases create {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์ด๋ฆ}}` | ||
|
||
- ํด๋ฌ์คํฐ ์ญ์ : | ||
|
||
`doctl databases delete {{๋ฐ์ดํฐ๋ฒ ์ด์ค_์์ด๋}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# doctl kubernetes cluster | ||
|
||
> Kubernetes ํด๋ฌ์คํฐ๋ฅผ ๊ด๋ฆฌํ๊ณ ํด๋ฌ์คํฐ์ ๊ด๋ จ๋ ๊ตฌ์ฑ ์ต์ ์ ๋ด. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/kubernetes/cluster/>. | ||
- Kubernetes ํด๋ฌ์คํฐ ์์ฑ: | ||
|
||
`doctl kubernetes cluster create --count {{3}} --region {{nyc1}} --size {{s-1vcpu-2gb}} --version {{latest}} {{ํด๋ฌ์คํฐ_์ด๋ฆ}}` | ||
|
||
- ๋ชจ๋ Kubernetes ํด๋ฌ์คํฐ ๋์ด: | ||
|
||
`doctl kubernetes cluster list` | ||
|
||
- kubeconfig๋ฅผ ๊ฐ์ ธ์ ์ ์ฅ: | ||
|
||
`doctl kubernetes cluster kubeconfig save {{ํด๋ฌ์คํฐ_์ด๋ฆ}}` | ||
|
||
- ์ฌ์ฉ ๊ฐ๋ฅํ ์ ๊ทธ๋ ์ด๋ ํ์ธ: | ||
|
||
`doctl kubernetes cluster get-upgrades {{ํด๋ฌ์คํฐ_์ด๋ฆ}}` | ||
|
||
- ํด๋ฌ์คํฐ๋ฅผ ์๋ก์ด Kubernetes ๋ฒ์ ์ผ๋ก ์ ๊ทธ๋ ์ด๋: | ||
|
||
`doctl kubernetes cluster upgrade {{ํด๋ฌ์คํฐ_์ด๋ฆ}}` | ||
|
||
- ํด๋ฌ์คํฐ ์ญ์ : | ||
|
||
`doctl kubernetes cluster delete {{ํด๋ฌ์คํฐ_์ด๋ฆ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# doctl kubernetes options | ||
|
||
> `doctl`์ Kubernetes ๋ช ๋ น์ ์ฌ์ฉํ ์ ์๋ ๊ฐ์ ๊ฐ์ ธ์ด. | ||
> ๋ ๋ง์ ์ ๋ณด: <https://docs.digitalocean.com/reference/doctl/reference/kubernetes/options/>. | ||
- Kubernetes ํด๋ฌ์คํฐ๋ฅผ ์ง์ํ๋ ์ง์ญ ๋ชฉ๋ก ๋์ด: | ||
|
||
`doctl kubernetes options regions` | ||
|
||
- Kubernetes ํด๋ฌ์คํฐ์์ ์ฌ์ฉํ ์ ์๋ ๋จธ์ ํฌ๊ธฐ๋ฅผ ๋์ด: | ||
|
||
`doctl kubernetes options sizes` | ||
|
||
- DigitalOcean ํด๋ฌ์คํฐ์ ํจ๊ป ์ฌ์ฉํ ์ ์๋ Kubernetes ๋ฒ์ ์ ๋์ด: | ||
|
||
`doctl kubernetes options versions` |
Oops, something went wrong.