> ## Documentation Index
> Fetch the complete documentation index at: https://docs.morph-data.io/llms.txt
> Use this file to discover all available pages before exploring further.

# run

`morph run`コマンドは、Morphのソースコードを実行するためのコマンドです。

```
$ morph run example_python
```

### Arguments

<ParamField body="--data [key]=[value] | -d [key]=[value]" type="str">
  `-d`オプションは、Morphのソースコードの実行時の引数の値を指定できるオプションです。

  [@morph.variables](/reference/ja/python/morph-variables)で指定した引数を与えると実行時の値を動的に変更することができます。

  ```
  $ morph run example_python -d age=20
  ```
</ParamField>
