Skip to content

Commit 88776b8

Browse files
authored
doc: updated docs with missing supported workspace commands (FuelLabs#4122)
## Description closes FuelLabs#4102. Tiny doc PR adding missing essential commands that now supports workspaces ## Checklist - [x] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [x] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] I have added tests that prove my fix is effective or that my feature works. - [x] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [x] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [x] I have requested a review from the relevant team or maintainers.
1 parent f05ecaf commit 88776b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/book/src/forc/workspaces.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ Packages that are located within a workspace directory but are *not* contained w
2929

3030
* `forc build` - Builds an entire workspace.
3131
* `forc deploy` - Builds and deploys all deployable members (i.e, contracts) of the workspace in the correct order.
32+
* `forc run` - Builds and runs all scripts of the workspace.
3233
* `forc check` - Checks all members of the workspace.
3334
* `forc update` - Checks and updates workspace level `Forc.lock` file that is shared between workspace members.
35+
* `forc clean` - Cleans all output artifacts for each member of the workspace.
36+
* `forc fmt` - Formats all members of a workspace.

0 commit comments

Comments
 (0)