Sha256: db54b824fd970d67160e079637231417e1fd7363be71fbed1c53b728857239f4

Contents?: true

Size: 895 Bytes

Versions: 62

Compression:

Stored size: 895 Bytes

Contents

= Treasure Data command line tool

This CUI utility wraps the td-client-ruby (https://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 <http://treasure-data.com/>.

For full documentation see <http://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: k@treasure-data.com
    password: **********
    > td database:create mydb             # create a database
    > td table:create mydb www_access     # create a table

= Copyright

Copyright:: Copyright (c) 2011 Treasure Data Inc.
License::   Apache License, Version 2.0

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
td-0.10.8 README.rdoc
td-0.10.7 README.rdoc
td-0.10.6 README.rdoc
td-0.10.5 README.rdoc
td-0.10.4 README.rdoc
td-0.10.3 README.rdoc
td-0.10.2 README.rdoc
td-0.10.1 README.rdoc
td-0.10.0 README.rdoc
td-0.9.12 README.rdoc
td-0.9.11 README.rdoc
td-0.9.10 README.rdoc
td-0.9.9 README.rdoc
td-0.9.8 README.rdoc
td-0.9.7 README.rdoc
td-0.9.6 README.rdoc
td-0.9.5 README.rdoc
td-0.9.4 README.rdoc
td-0.9.3 README.rdoc
td-0.9.2 README.rdoc