Treasure Data command line tool

This CUI utility wraps the td-client-ruby (github.com/treasure-data/td-client-ruby), the REST API for managing databases and jobs on the Treasure Data Cloud.

For more about Treasure Data, see <treasure-data.com/>.

For full documentation see <docs.treasure-data.com/>.

Getting Started

Install td command as a gem.

> gem install td

See help message for details.

> td

You need to authorize the account, before executing any other commands.

> td account

Sample Workflow

> td account -f                       # authorize an account
user: [email protected]
password: **********
> td database:create mydb             # create a database
> td table:create mydb www_access     # create a table

Copyright

Copyright

Copyright © 2011 Treasure Data Inc.

License

Apache License, Version 2.0