WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx step blog
list of jx commands
jx step blog
Creates a blog post with changes, metrics and charts showing improvements
Synopsis
Generates charts for a project
jx step blog [flags]
Examples
# create charts for the cuect
jx step chart
Options
--blog-dir string The Hugo-style blog source code to generate the charts into
-n, --blog-name string The blog name
-c, --combine-minor If enabled lets combine minor releases together to simplify the charts (default true)
--dev-channel-members int If no chat bots can connect to your chat server you can pass in the counts for the developer channel here
-d, --dir string The directory to query to find the projects .git directory
-f, --from-date string The date to create the charts from. Defaults to a week before the to date. Should be a format: January 2 2006
-h, --help help for blog
-t, --to-date string The date to query up to. Defaults to now. Should be a format: January 2 2006
--user-channel-members int If no chat bots can connect to your chat server you can pass in the counts for the user channel here
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx step - pipeline steps
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)