Giter Club home page Giter Club logo

Comments (3)

GigaPrimatus avatar GigaPrimatus commented on June 7, 2024 1

The marked text as an image is attached.
decK Help

I believe that should be replaced with a text that describes the expected type for the flag, and not listing another flag, so something like this:

--ca-cert string
--konnect-password string
-- konnect-token string

from deck.

Tieske avatar Tieske commented on June 7, 2024

can you be a bit more specific? I know the help output, but fail to see what is marked and what needs to be fixed? (might be due to GitHub markdown formatting)

from deck.

Tieske avatar Tieske commented on June 7, 2024

They seem defined properly, but get rendered badly by Cobra it seems;

deck/cmd/root.go

Lines 87 to 102 in c2a928f

rootCmd.PersistentFlags().String("ca-cert", "",
"Custom CA certificate (raw contents) to use to "+
"verify Kong's Admin TLS certificate.\n"+
"This value can also be set using DECK_CA_CERT"+
" environment variable.\n"+
"This takes precedence over `--ca-cert-file` flag.")
viper.BindPFlag("ca-cert",
rootCmd.PersistentFlags().Lookup("ca-cert"))
rootCmd.PersistentFlags().String("ca-cert-file", "",
"Path to a custom CA certificate to use "+
"to verify Kong's Admin TLS certificate.\n"+
"This value can also be set using DECK_CA_CERT_FILE"+
" environment variable.")
viper.BindPFlag("ca-cert-file",
rootCmd.PersistentFlags().Lookup("ca-cert-file"))

Example of badly rendered output (--ca-cert):

      --analytics --analytics=false                Share anonymized data to help improve decK.
                                                   Use --analytics=false to disable this. (default true)
      --ca-cert --ca-cert-file                     Custom CA certificate (raw contents) to use to verify Kong's Admin TLS certificate.
                                                   This value can also be set using DECK_CA_CERT environment variable.
                                                   This takes precedence over --ca-cert-file flag.
      --ca-cert-file string                        Path to a custom CA certificate to use to verify Kong's Admin TLS certificate.
                                                   This value can also be set using DECK_CA_CERT_FILE environment variable.
      --config string                              Config file (default is $HOME/.deck.yaml).

from deck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.