Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Jira CLI(7)							     Jira CLI(7)

NAME
     jira-init - Init initializes jira config

SYNOPSIS
     jira init [flags]

DESCRIPTION
     Init initializes jira configuration required for the tool to work properly.

OPTIONS
     --installation=""	    Is this a 'cloud' or 'local' jira installation?

     --server=""      Link to your jira server

     --login=""      Jira login username or email based on your setup

     --auth-type=""	 Authentication type can be basic, bearer or mtls

     --project=""      Your default project key

     --board=""      Name of your default board in the project

     --force[=false]	  Forcefully override existing config if it exists

     --insecure[=false]       If set, the tool will skip TLS certificate verifi-
     cation.  This can be useful if your server is  using  self-signed	certifi-
     cates.

     -h, --help[=false]      help for init

OPTIONS INHERITED FROM PARENT COMMANDS
     -c,  --config=""	    Config  file  (default  is /root/.config/.jira/.con-
     fig.yml, can be overridden with JIRA_CONFIG_FILE env var)

     --debug[=false]	  Turn on debug output

SEE ALSO
     jira(7)

HISTORY
     1-Aug-2026 Auto generated by spf13/cobra

Auto generated by spf13/cobra	    Aug 2026			     Jira CLI(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jira-init&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help