Skip to content

Usage:

Terminal
$ vlt publish

Create a tarball from a package and publish it to the configured registry. This command will pack the package in the current directory or specified folder, and then upload it to the configured registry.

Options

tag

Publish the package with the given tag

Terminal
$ vlt publish --tag=<tag>

access

Set access level (public or restricted)

Terminal
$ vlt publish --access=<level>

otp

Provide an OTP to use when publishing a package.

Terminal
$ vlt publish --otp=<otp>

publish-directory

Directory to use for pack and publish operations instead of the current directory. The directory must exist and nothing will be copied to it.

Terminal
$ vlt publish --publish-directory=<path>