Skip to main content

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.

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

Arguments

--data [key]=[value] | -d [key]=[value]
str
-dオプションは、Morphのソースコードの実行時の引数の値を指定できるオプションです。@morph.variablesで指定した引数を与えると実行時の値を動的に変更することができます。
$ morph run example_python -d age=20