Skip to content

ttd project

Manage projects under your clients. See the Clients & projects guide for workflows and how hourly rates resolve.

ttd project COMMAND

Manage projects.

Commands:

  • add: Add a project under a client.
  • archive: Archive a project.
  • edit: Edit a project.
  • list: List projects with effective rates and logged hours.

project add

ttd project add [OPTIONS] [ARGS]

Add a project under a client.

Parameters:

  • NAME, --name: Project display name
  • --client: Client slug
  • --rate: Hourly rate override
  • --slug:
  • --interactive, --no-interactive, -i: Fill remaining fields via a form [default: False]

project list

ttd project list [OPTIONS]

List projects with effective rates and logged hours.

Parameters:

  • --client: Client slug
  • --archived, --no-archived: [default: False]

project edit

ttd project edit [OPTIONS] SLUG

Edit a project.

Parameters:

  • SLUG, --slug: [required]
  • --client: Client slug
  • --name:
  • --slug:
  • --rate:

project archive

ttd project archive [OPTIONS] SLUG

Archive a project.

Parameters:

  • SLUG, --slug: [required]
  • --client: Client slug