Modules§
- shared
- Sets of arguments that are shared between commands.
Structs§
- AddCommand
- Build
Command - Compile the current or target project.
- Check
Command - Check the current or target project and all of its dependencies for errors.
- Clean
Command - Removes the default forc compiler output artifact directory, i.e.
<project-name>/out. - Completions
Command - Generate tab-completion scripts for your shell
- Init
Command - Create a new Forc project in an existing directory.
- NewCommand
- Create a new Forc project at
<path>. - Plugins
Command - Find all forc plugins available via
PATH. - Remove
Command - Template
Command - Create a new Forc project from a git template.
- Test
Command - Run the Sway unit tests for the current project.
- Update
Command - Update dependencies in the Forc dependencies directory.