> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/ko/documentation/integrations/command-line-tool-automator-and-services.md).

# 터미널 (CLI)

[Soulver의 수학 엔진](https://soulver.app/core)을 사용하여 계산을 수행하려면 터미널에서 `soulver` 명령을 사용할 수 있습니다.

```
June 20 + 3주
11 July
```

설치하려면 `Soulver > Integrations > Terminal (Command Line Interface)`로 이동하세요.

메인 Soulver 앱 번들 내의 명령줄 도구에 'soulver' 별칭을 `/usr/local/bin/`에 추가합니다.

#### 통화 변환

```
$ soulver '$100 in EUR'
€60.46
```

`$`가 포함된 표현식 주위에 작은따옴표를 사용하면 쉘이 달러 기호를 변수로 처리하지 않고 Soulver에 전달할 수 있습니다.

{% hint style="warning" %}
날씨, 과거 환율 변환, 주가 등 다른 실시간 데이터 서비스나 지식 비서 기능은 명령줄 도구에서 **사용할 수 없습니다**.
{% endhint %}

### 시트 작업

독립형 CLI는 Soulver 시트를 생성 및 편집하고 시트북으로 작업할 수 있습니다. 이를 통해 스크립트와 AI 에이전트가 시트에 데이터와 계산을 채울 수 있습니다.

`brew install --cask soulver-cli`로 설치하거나 [Soulver CLI 릴리스](https://github.com/soulverteam/Soulver-CLI/releases)에서 다운로드하세요. Mac 앱과 함께 번들로 제공되는 CLI는 계산을 지원하지만 시트북을 읽거나 편집할 수는 없습니다.

예를 들어 `soulver sheet list`는 시트를 나열하고 `soulver sheet show "Budget"`는 Budget이라는 시트의 내용을 표시합니다.

설정 지침과 전체 명령 참조는 [Soulver CLI 문서](https://github.com/soulverteam/Soulver-CLI)를 참조하세요.

### [Standalone CLI](https://github.com/soulverteam/Soulver-CLI)

독립형 CLI는 무료이며 Soulver Mac 앱이 필요하지 않습니다.

{% hint style="info" %}
독립형 CLI는 환율을 독립적으로 다운로드하고 캐시합니다. Soulver Mac 앱은 필요하지 않습니다. 요금을 수동으로 업데이트하려면 `soulver rates refresh`를 사용하고, 업데이트를 가져오지 않고 캐시된 요금을 사용하려면 `--offline`를 사용하세요.
{% endhint %}
