Docs home page
日本語
Search...
⌘K
Blog
Website
Website
Search...
Navigation
CLI
clean
Guides
Reference
Troubleshooting
Changelog
Connectors
Code Snippets
Components
フレームワーク
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
CLI
clean
morph clean
コマンドは、プロジェクト上のコンパイルファイルやキャッシュファイルをクリアするためのコマンドです。
内部的なエラーが生じたり、コンパイルがうまくいかない時に一度プロジェクトの隠しファイルなどを綺麗にすることができます。
Shell
Copy
morph
clean
--force
boolean
このオプションを指定すると、プロジェクトルートの隠しファイル(
.morph/
ディレクトリ内)で、
frontend
を含めた全てのディレクトリが削除されます。
compile
init
Assistant
Responses are generated using AI and may contain mistakes.