Skip to main content

CLI for asana.

Project description

Actively maintained fork of asana-cli

PyPI Version License Status

A command line interface for Asana

Currently supports:

  • Listing of:
    • Workspaces
    • Projects for given workspace
    • Sections for given project
    • Tasks for projects (and sections)
  • Deleting tasks
  • Marking tasks (not) completed
  • Moving tasks between projects (and sections)

Usage

$ asana
Usage: asana [OPTIONS] COMMAND [ARGS]...

Examples:
    asana list workspaces
    asana list projects --workspace="Personal Projects"
    asana list tasks --workspace="Personal Projects" --project="Test"
    asana list sections --workspace="Personal Projects" --project="Test"
    asana list tasks --workspace="Personal Projects" --project="Test" --section="Column 1"

    asana delete tasks --workspace="Personal Projects" --project="Test" --section="Column 1"
    asana mark tasks --workspace="Personal Projects" --project="Test" --section="Column 1" --completed
    asana mark tasks --workspace="Personal Projects" --project="Test" --section="Column 1" --not-completed

    asana move tasks --workspace="Personal Projects" --from-project="Test" --from-section="Column 1" --to-section="Column 2"

    Options:
      --help  Show this message and exit.

    Commands:
      delete
      list
      mark
      move

Setup

make build && make install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asana-cli-acpepper-0.0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

asana_cli_acpepper-0.0.3-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page