Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rasana

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rasana

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Rasana

Command-line interface for Asana API written in Ruby.

Installation

$ gem install rasana

Usage

First, create ~/.rasana.yml and fill your Asana api_key.

$ cat ~/.rasana.yml
api_key: xxxxxx.xxxxxxxxxxxxxxxxxxxx

Then you can access to Asana API. At first find out who am I.

$ asana me
id: 8808888888
name: memerelics
email: hoge@gmail.com
workspaces:
  - 1111111111111: 'boring job'
  - 2222222222222: 'favorite_workspace'

Display tasks assigned to you.

$ asana tasks
  * Identify resources to be monitored.
  * Define users and workflow
  * Identify event sources by resource type.
  * Define the relationship between resources and business systems.
  * Identify tasks and URLs by resource type.
  * Define the server configuration.

Also you can limit result by --on option.

$ asana tasks --on favorite_workspace
  * Define the server configuration.

Others...

$ asana projects
1111111111111: ProjectX
3333333333333: My Important Project

$ asana tags
1111111111111: tagA
2222222222222: tagB

Show help.

$ asana help
$ asana help tasks

TODO

  • POST/PUT/DELETE.
  • tasks on a project.
  • tasks on a tag.
  • GitHub integration.
  • Make it faster.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 18 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc