Skip to content

Commit

Permalink
Tweak 'ksconf package' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Mar 31, 2022
1 parent 183d3a3 commit 58cd5f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/cmd_package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ A more realistic example where the version number in ``app.conf`` is managed by
.. code-block:: sh
bumpversion minor
ksconf package -f dist/my_app-{{version}}.tgz MyApp --release-file=.artifact
ksconf package MyApp \
--set-version={{git_tag}} \
-f dist/my_app-{{version}}.tgz \
--release-file=.artifact
echo "Build complete, upload $(<.artifact) to SplunkBase"
This will output a message like: ``Build complete, upload dist/my_app-1.2.3.tgz to SplunkBase``
Expand Down

0 comments on commit 58cd5f6

Please sign in to comment.