Skip to content

Commit 3dbf5e7

Browse files
dvc-*: add short/long options (#21490)
1 parent f5a258e commit 3dbf5e7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

โ€Žpages.ko/common/dvc-commit.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
- ๋””๋ ‰ํ† ๋ฆฌ ๋‚ด์˜ ๋ชจ๋“  DVC๋กœ ์ถ”์ ๋œ ํŒŒ์ผ์„ ์žฌ๊ท€์ ์œผ๋กœ ์ปค๋ฐ‹:
1515

16-
`dvc commit --recursive {{๊ฒฝ๋กœ/๋Œ€์ƒ/ํด๋”}}`
16+
`dvc commit {{[-R|--recursive]}} {{๊ฒฝ๋กœ/๋Œ€์ƒ/ํด๋”}}`

โ€Žpages.ko/common/dvc-config.mdโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- ํ”„๋กœ์ ํŠธ์˜ ๊ธฐ๋ณธ ์›๊ฒฉ ์ €์žฅ์†Œ ์„ค์ • ํ•ด์ œ:
1616

17-
`dvc config --unset core.remote`
17+
`dvc config {{[-u|--unset]}} core.remote`
1818

1919
- ํ˜„์žฌ ํ”„๋กœ์ ํŠธ์— ๋Œ€ํ•ด ์ง€์ •๋œ ํ‚ค์˜ ๊ตฌ์„ฑ ๊ฐ’ ํ™•์ธ:
2020

@@ -26,7 +26,7 @@
2626

2727
- ์ฃผ์–ด์ง„ ํ‚ค์— ๋Œ€ํ•œ ํ”„๋กœ์ ํŠธ ์ˆ˜์ค€ ๊ตฌ์„ฑ ๊ฐ’ ์„ค์ • ํ•ด์ œ:
2828

29-
`dvc config --unset {{ํ‚ค}}`
29+
`dvc config {{[-u|--unset]}} {{ํ‚ค}}`
3030

3131
- ๋กœ์ปฌ, ๊ธ€๋กœ๋ฒŒ ๋˜๋Š” ์‹œ์Šคํ…œ ์ˆ˜์ค€์—์„œ ๊ตฌ์„ฑ ๊ฐ’ ์„ค์ •:
3232

โ€Žpages.ko/common/dvc-destroy.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
- ํ˜„์žฌ ํ”„๋กœ์ ํŠธ ๊ฐ•์ œ ์‚ญ์ œ:
1111

12-
`dvc destroy --force`
12+
`dvc destroy {{[-f|--force]}}`

โ€Žpages.ko/common/dvc-fetch.mdโ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
- ํŠน์ • ์›๊ฒฉ ์—…์ŠคํŠธ๋ฆผ ์ €์žฅ์†Œ์—์„œ ๋ณ€๊ฒฝ์‚ฌํ•ญ ๊ฐ€์ ธ์˜ค๊ธฐ:
1111

12-
`dvc fetch --remote {{์›๊ฒฉ_์ด๋ฆ„}}`
12+
`dvc fetch {{[-r|--remote]}} {{์›๊ฒฉ_์ด๋ฆ„}}`
1313

1414
- ํŠน์ • ๋Œ€์ƒ์˜ ์ตœ์‹  ๋ณ€๊ฒฝ์‚ฌํ•ญ ๊ฐ€์ ธ์˜ค๊ธฐ:
1515

1616
`dvc fetch {{๋Œ€์ƒ/๋“ค}}`
1717

1818
- ๋ชจ๋“  ๋ธŒ๋žœ์น˜ ๋ฐ ํƒœ๊ทธ์˜ ๋ณ€๊ฒฝ์‚ฌํ•ญ ๊ฐ€์ ธ์˜ค๊ธฐ:
1919

20-
`dvc fetch --all-branches --all-tags`
20+
`dvc fetch {{[-a|--all-branches]}} {{[-T|--all-tags]}}`
2121

2222
- ๋ชจ๋“  ์ปค๋ฐ‹์˜ ๋ณ€๊ฒฝ์‚ฌํ•ญ ๊ฐ€์ ธ์˜ค๊ธฐ:
2323

24-
`dvc fetch --all-commits`
24+
`dvc fetch {{[-A|--all-commits]}}`

โ€Žpages.ko/common/dvc-gc.mdโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
66
- ํ˜„์žฌ ์ž‘์—… ๊ณต๊ฐ„์—์„œ ์ฐธ์กฐํ•˜๋Š” ๋ฒ„์ „๋งŒ ๋‚จ๊ธฐ๊ณ  ์บ์‹œ์—์„œ ๊ฐ€๋น„์ง€ ์ˆ˜์ง‘:
77

8-
`dvc gc --workspace`
8+
`dvc gc {{[-w|--workspace]}}`
99

1010
- ๋ธŒ๋žœ์น˜, ํƒœ๊ทธ, ์ปค๋ฐ‹์—์„œ ์ฐธ์กฐํ•˜๋Š” ๋ฒ„์ „๋งŒ ๋‚จ๊ธฐ๊ณ  ์บ์‹œ์—์„œ ๊ฐ€๋น„์ง€ ์ˆ˜์ง‘:
1111

12-
`dvc gc --all-branches --all-tags --all-commits`
12+
`dvc gc {{[-a|--all-branches]}} {{[-T|--all-tags]}} {{[-a|--all-commits]}}`
1313

1414
- ๊ธฐ๋ณธ ํด๋ผ์šฐ๋“œ ์›๊ฒฉ ์ €์žฅ์†Œ๋ฅผ ํฌํ•จํ•˜์—ฌ ์บ์‹œ์—์„œ ๊ฐ€๋น„์ง€ ์ˆ˜์ง‘ (์„ค์ •๋œ ๊ฒฝ์šฐ):
1515

16-
`dvc gc --all-commits --cloud`
16+
`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}}`
1717

1818
- ํŠน์ • ํด๋ผ์šฐ๋“œ ์›๊ฒฉ ์ €์žฅ์†Œ๋ฅผ ํฌํ•จํ•˜์—ฌ ์บ์‹œ์—์„œ ๊ฐ€๋น„์ง€ ์ˆ˜์ง‘:
1919

20-
`dvc gc --all-commits --cloud --remote {{์›๊ฒฉ_์ด๋ฆ„}}`
20+
`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}} {{[-r|--remote]}} {{์›๊ฒฉ_์ด๋ฆ„}}`

0 commit comments

Comments
ย (0)