EnglishFrenchSpanish

Ad


OnWorks favicon

taskd - Online in the Cloud

Run taskd in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command taskd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


taskd - Taskserver

SYNOPSIS


taskd <command> [options] [<args>]
taskd -v|--version
taskd -h|--help
taskd diagnostics
taskd validate <JSON | file>
taskd help [<command>]

DESCRIPTION


Taskserver is a sync server for Taskwarrior and related products.

COMMANDS


Taskserver supports several commands, which provide administrative capabilities. The
commands are:

taskd init [--data <root>] [options]
Performs a one-time initialization of the Taskserver instance. Creates the bare
data structure. Either '--data <root>' must be specified, or TASKDDATA must be
set.

taskd help <command> [options]
Provides option and syntax help for each command.

taskd config [options] [--data <root>] [--force] [<name> [<value>]]
Allows modification of the taskd configuration. Can add, remove, modify or list
all configuration settings. Either '--data <root>' must be specified, or TASKDDATA
must be set.

taskd server [--daemon] [options]
Starts the server in daemon or TTY mode. While there is no interactivity, the
difference is whether taskd is attached to a TTY or not.

Note that sending the HUP signal to the taskd server causes a configuration file
reload before the next request is handled.

taskd add [--data <root>] org <org>

taskd add [--data <root>] group <org> <group>

taskd add [--data <root>] user <org> <user>
Adds organizations, groups and users. Either '--data <root>' must be specified, or
TASKDDATA must be set.

taskd remove [--data <root>] org <org>

taskd remove [--data <root>] group <org> <group>

taskd remove [--data <root>] user <org> <user>
Removes organizations, groups and users. Either '--data <root>' must be specified,
or TASKDDATA must be set.

taskd suspend [--data <root>] org <org>

taskd suspend [--data <root>] group <org> <group>

taskd suspend [--data <root>] user <org> <user>
Suspends organizations, groups and users. Either '--data <root>' must be
specified, or TASKDDATA must be set.

taskd resume [--data <root>] org <org>

taskd resume [--data <root>] group <org> <group>

taskd resume [--data <root>] user <org> <user>
Resumes organizations, groups and users. Either '--data <root>' must be specified,
or TASKDDATA must be set.

taskd diagnostics
Displays diagnostic information important when reporting bugs.

taskd validate <JSON | file>
Parses the quoted JSON string or JSON file. Useful for debugging JSON that is
generated by Taskserver clients.

taskd client [options] <host:port> <file> [<file> ...]
Sends the Taskserver request in <file> to <host:port>. Options specified must
include ca.cert (for self-signed certs), client.cert, client.key.

COMMON OPTIONS


Most commands support the following options:

--NAME=VALUE
Temporary configuration override.

--force
Does not ask for confirmation of changes.

--quiet
Suppresses verbose output.

--debug
Shows debugging information.

--data <root>
Many commands require the location of the data root, so either it must be provided
as shown, or via the TASKDDATA environment variable.

CONFIGURATION


The Taskserver configuration file can be found in the top level of the data root. It is
recommended that the 'taskd config' command is used to manipulate this file.

Note that any configuration variable may be overridden on the command line using this
syntax:

$ taskd server --NAME=VALUE

In all commands but one, this will _temporarily_ override the value, but with the 'init'
command, which creates a config file, overrides are made permanent.

ENVIRONMENT VARIABLES


Environment variables provide values that would otherwise be required at the command line.

TASKDDATA=<root>
Most command require either '--data <root>' or this environment variable. If both
are provided, the command line overrides the environment.

CREDITS & COPYRIGHTS


Copyright (C) 2010 - 2015, Göteborg Bit Factory.

Taskserver is distributed under the MIT license. See
http://www.opensource.org/licenses/mit-license.php for more information.

Use taskd online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • 2
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 3
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 4
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 5
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 6
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • More »

Linux commands

Ad