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.9.1 | README.rdoc |
td-0.9.0 | README.rdoc |