Command Line Interface
How to use the Toolsync CLI.
Global options
--help
Run toolsync --help to see the available commands:
Usage: @toolsync/cli [options] [command]
Options:
--config <config> Specify a config file to load
--plugin <plugin> Specify a plugin to load
--no-default-plugins Disable all default plugins
-V, --version output the version number
-h, --help display help for command
Commands:
prepare Prepare the environment for development
config [options] Print the fully resolved toolsync config
init [options] [cwd] Configure toolsync in the current repository
help [command] display help for command
For usage details see our documentation (https://toolsync.vercel.app/docs/reference/cli).Changelog
0.4.0
Minor Changes
- e4eb11f: Add
cwdargument totoolsync init
Patch Changes
- e4eb11f: Better "getting started" message/link after
toolsync init - e4eb11f: Run another
pnpm installaftertoolsync init - Updated dependencies [e4eb11f]
- @toolsync/core@0.1.4
0.3.1
Patch Changes
- Updated dependencies [4c20af5]
- @toolsync/logger@0.0.1
- @toolsync/core@0.1.3
0.3.0
Minor Changes
- 4228c96: Install dependencies during
initcommand
0.2.4
Patch Changes
- 651997a: Improve config printing
0.2.3
Patch Changes
- 768dd48: Use
terminal-linkin usage - Updated dependencies [768dd48]
- @toolsync/core@0.1.2
0.2.2
Patch Changes
- Updated dependencies [1aed248]
- @toolsync/core@0.1.1
0.2.1
Patch Changes
- 31e8f4f: export
getPackageshelper
0.2.0
Minor Changes
- df74989: Add
toolsync initcommand
Patch Changes
- df74989: Prepare for @toolsync/create
0.1.0
Minor Changes
- a70d63d: Add "toolsync config" command
- 380600a: Infer plugin config types
Patch Changes
- Updated dependencies [380600a]
- @toolsync/builtin@0.1.0
- @toolsync/core@0.1.0
Found an issue? Have a suggestion? Open an issue on GitHub ✨.