Global Flags
These are the flags that you can use throughout the CLI. If not noted otherwise, you can use them with every command.
--help
Section titled “--help”Shows the help menu of secco
. You can also show help menus of subcommands, e.g. secco packages --help
.
--version
Section titled “--version”Displays the current version of secco
.
--verbose
Section titled “--verbose”Output additional debug logs and more information.
--scan-once
Section titled “--scan-once”-
Alias:
-s
-
Commands:
secco
,secco packages
By default secco
starts a watch script to listen for changes. If you want to disable this behavior, use --scan-once
. This way secco
will do an initial scan, copy the changes, and then quit.
This is useful for CI environments as you can e.g. set up automated test sites with latest code changes. See the CI guide for more information.
--force-verdaccio
Section titled “--force-verdaccio”-
Alias:
-f
-
Commands:
secco
,secco packages
Disable the copying of files into node_modules
and always use Verdaccio. This is helpful for ensuring in e.g. End-To-End test environments that the package installation is correct.