Skip to content

Commit

Permalink
doc: updated docs with missing supported workspace commands (FuelLabs…
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
kayagokalp authored Feb 18, 2023
1 parent f05ecaf commit 88776b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/book/src/forc/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ Packages that are located within a workspace directory but are *not* contained w

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

0 comments on commit 88776b8

Please sign in to comment.