This repository was archived by the owner on Nov 20, 2023. It is now read-only.
[Suggestion] - Move options to markdown table #143
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created markdown table for the options to make it a bit easier to read.
I left the set-commits part out due to #142. I will add it when #142 is concluded. (Either nested or not)
A lot of manual copy-pasting here, so I would appreciate if another pair of 👀 control-checked it 🌮
Options
Click me to preview table
stringstring, should uniquely identify your release, defaults tosentry-cli releases propose-versioncommand which should always return the correct version (requires access togitCLI and root directory to be a valid repository).string/array.mapfiles and match associated.jsfilesarray/RegExp/function(key: string): boolstring.gitignoreor anything with same formatstring/arrayignoreFilefile. If neitherignoreFileorignoreare present, defaults to['node_modules']string~/.sentryclircare always loadedarraystring~/but you might want to set this to the full URL. This is also useful if your files are stored in a sub folder. eg:url-prefix '~/static/js'stringbooleanarrayrewritethis will chop-off a prefix from uploaded files. For instance you can use this to remove a path that is build machine specific.booleanrewritethis will add~to thestripPrefixarray.booleanbooleantruebooleanbooleanbooleantrue, all logs are suppressed (useful for--jsonoption)function(err: Error, invokeErr: function(): void): voidinvokeErrcallback or not. default(err, invokeErr) => { invokeErr()}