logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tj3ss_sender - send out status sheets templates via email

Description

       This  program  can  be  used  to  out  status  sheets  templates via email. It will generate status sheet
       templates for managers of the project. The project data will be accesses via  tj3client  from  a  running
       TaskJuggler server process.

Environment

HOME   The user's home folder. Used to search for configuration file if not specified.

Files

.taskjugglerrc or taskjuggler.rc tj3d searches for a config file named .taskjugglerrc  or  taskjuggler.rc
       in  the  current  path, the user's home path as specified by the HOME environment variable or /etc/. At a
       minimum the file must configure an authentication key, an e-mail delivery method and sender e-mail e.g.:

       _global:
          authKey: ********
          smtpServer: smtp.your_company.com
       _statussheets:
          senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'

       (the user should specify their own auth key and set file permissions accordingly). An alternative  config
       file location may be specified using the -c, --config FILE option.

       statussheets.log
              The statussheets log file, created in the working directory.

       StatusSheetTemplates
              Base directory of the sheet templates, created in the working directory.

Name

       tj3ss_sender - send out status sheets templates via email

Options

-c, --config <FILE>
              Use the specified YAML configuration file

       --silent
              Don't show program and progress information

       --no-color
              Don't  use  ANSI  contol  sequences  to color the terminal output. Colors should only be used when
              spooling to an ANSI terminal. In case the detection fails, you can use this option to force colors
              to be off.

       --debug
              Enable Ruby debug mode

       -d, --directory <DIR>
              Use the specified directory as working directory

       --dryrun
              Don't send out any emails or do SCM commits

       -r, --resource <ID>
              Only generate template for given resource

       -f, --force
              Send out a new template even if one exists already

       --hideresource <EXPR> Filter expression to limit the resource list

       -i, --interval <DURATION> The duration of the interval. This is a number
              directly followed by a unit. 1w means one week (the default), 5d means 5 days  and  72h  means  72
              hours.

       -e, --enddate <DAY>
              The  end  date  of the reporting period. Either as YYYY-MM-DD or day of week. 0: Sunday, 1: Monday
              and so on. The default value is 2025-01-29.

       -h, --help
              Show this message

       --version
              Show version info

See Also

tj3ss_receiver(1), tj3d(1)

       The full TaskJuggler manual is available online at  http://www.taskjuggler.org/tj3/manual/,  or  via  the
       tj3man command.

TaskJuggler 3.8.1                                 January 2025                                   TJ3SS_SENDER(1)

Synopsis

tj3ss_sender [options]

See Also