Skip to content
daltonserey edited this page Oct 31, 2016 · 6 revisions

Create an activity, a group or an event in the local filesystem. TST creates a directory containing the appropriate data structure to represent the new object. This command does not save any data to the server. To save the activity to the server, use the commit command.

Syntax

The general syntax is:

tst new <type> <activity_name>

Where type is one of activity, group or event.

Observation The current implementation accepts only the activity type.

Clone this wiki locally