Docs home page
English
Search...
⌘K
Blog
Website
Website
Search...
Navigation
CLI
compile
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
Examples
CLI
compile
The
morph compile
command is used to compile the Morph source code.
It is automatically invoked before commands such as
morph run
are executed, but it is used when you want to perform compilation only when debugging to resolve compilation errors.
Examples
Shell
Copy
workdir
$
morph
compile
Successfully
compiled!
🎉
run
clean
Assistant
Responses are generated using AI and may contain mistakes.