...
Code Block |
---|
$ npx kf-cli sourcemaps upload \ --release-version <RELEASE_VERSION> \ --service <SERVICE> \ --minified-path-prefix <MINIFIED_PATH_PREFIX> \ --baseUrl <KF_CLUSTER_URL> \ <BUILD_DIRECTORY> |
Example
Code Block |
---|
$ npx kf-cli sourcemaps upload \
--release-version 1.0.1 \
--service my-web-app \
--minified-path-prefix \app \
--baseUrl https://kf.myapp.com \
./build |