Module cli
Source - shared
- Sets of arguments that are shared between commands.
- BuildCommand
- Compile the current or target project.
- CheckCommand
- Check the current or target project and all of its dependencies for errors.
- CleanCommand
- Removes the default forc compiler output artifact directory, i.e.
<project-name>/out. - CompletionsCommand
- Generate tab-completion scripts for your shell
- InitCommand
- Create a new Forc project in an existing directory.
- NewCommand
- Create a new Forc project at
<path>. - PluginsCommand
- Find all forc plugins available via
PATH. - TemplateCommand
- Create a new Forc project from a git template.
- TestCommand
- Run the Sway unit tests for the current project.
- UpdateCommand
- Update dependencies in the Forc dependencies directory.
- run_cli