File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,25 @@ Publish Options:
84
84
${
85
85
prettyPrintRow ( [
86
86
[
87
- "--token <Token> " ,
88
- "The API token to use when publishing. If unset, interactive authentication will be used ." ,
87
+ "--allow-dirty " ,
88
+ "Allow publishing if the repository has uncommitted changed ." ,
89
89
] ,
90
+ [ "--allow-slow-types" , "Allow publishing with slow types." ] ,
90
91
[
91
92
"--dry-run" ,
92
93
"Prepare the package for publishing performing all checks and validations without uploading." ,
93
94
] ,
94
- [ "--allow-slow-types" , "Allow publishing with slow types." ] ,
95
95
[
96
- "--provenance" ,
97
- "From CI/CD system, publicly links the package to where it was built and published from." ,
96
+ "--no-provenance" ,
97
+ "Disable provenance attestation. Enabled by default on Github actions, publicly links the package to where it was built and published from." ,
98
+ ] ,
99
+ [
100
+ "--set-version <VERSION>" ,
101
+ "Set version for a package to be published. This flag can be used while publishing individual packages and cannot be used in a workspace" ,
102
+ ] ,
103
+ [
104
+ "--token <Token>" ,
105
+ "The API token to use when publishing. If unset, interactive authentication will be used." ,
98
106
] ,
99
107
] )
100
108
}
You can’t perform that action at this time.
0 commit comments