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.49 README.rdoc
td-0.10.48 README.rdoc
td-0.10.47 README.rdoc
td-0.10.46 README.rdoc
td-0.10.45 README.rdoc
td-0.10.44 README.rdoc
td-0.10.43 README.rdoc
td-0.10.42 README.rdoc
td-0.10.41 README.rdoc
td-0.10.40 README.rdoc
td-0.10.39 README.rdoc
td-0.10.38 README.rdoc
td-0.10.37 README.rdoc
td-0.10.36 README.rdoc
td-0.10.35 README.rdoc
td-0.10.34 README.rdoc
td-0.10.33 README.rdoc
td-0.10.32 README.rdoc
td-0.10.31 README.rdoc
td-0.10.30 README.rdoc