Docs home page
English
Search...
⌘K
Blog
Website
Website
Search...
Navigation
CLI
run
Guides
Reference
Troubleshooting
Changelog
Connectors
Code Snippets
Components
Framework
morph_project.yml
SQL
config
load_data
Python
MorphGlobalContext
@morph.func
@morph.load_data
@morph.variables
morph_lib.database
execute_sql
insert_records
update_records
insert_or_update_records
delete_records
morph_lib.api
get_auth_token
morph_lib.stream
create_chunk
stream_chat
CLI
--version
run
compile
clean
init
new
config
deploy
serve
context
Deprecated
morph_lib.ai
On this page
Arguments
CLI
run
The
morph run
command is used to execute Morph source code.
Copy
$ morph run example_python
Arguments
--data [key]=[value] | -d [key]=[value]
str
The
-d
option allows you to specify argument values when executing Morph source code.
You can dynamically change the runtime values by providing the arguments specified in
@morph.variables
.
Copy
$ morph run example_python -d age=20
--version
compile
Assistant
Responses are generated using AI and may contain mistakes.