Engine
Covers Engine 2.0.0
Projects and Files
Open projects and work with their files, directories, and project metadata.
| Operation | Description |
|---|---|
dartwic/delete-file | Deletes one file or one empty directory. |
dartwic/get-directory-tree | Returns a recursive directory tree rooted at a workspace resource directory. |
dartwic/get-file | Reads a text file and optionally creates it when missing. |
dartwic/move-file | Moves a file or directory to a new path within the selected root. |
dartwic/projects/check-portability | Checks declared dependencies and JSON resources in the active project. |
dartwic/projects/create | Creates a project and makes it available to the engine. |
dartwic/projects/get-active | Returns the active project. |
dartwic/projects/list | Lists available projects. |
dartwic/projects/rename | Renames an existing project. |
dartwic/projects/select | Selects the active project loaded by the engine. |
dartwic/rename-file | Renames a file or directory without changing its parent directory. |
dartwic/save-file | Writes a file or creates a directory below a workspace root. |
dartwic/search-files | Searches file names, paths, and optionally text content in the active project. |
dartwic/search-files/start | Starts a detached job that searches project files. |