tftio-asana-cli 3.0.1

An interface to the Asana API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name = "Standard Project"
description = "Generic project template with placeholders for names and ownership."
tags = ["default", "standard"]

[project]
name = "{{project_name}}"
workspace = "{{workspace_gid}}"
team = "{{team_gid}}"
notes = "Project owned by {{owner_name}}"
public = true
color = "light-teal"
members = ["{{owner_email}}"]