Skip to content

OpenAddressesUK/turbot-client

 
 

Repository files navigation

Turbot CLI

The Turbot CLI is used to manage Turbot apps from the command line.

Setup

(Platform-specific installers to follow)

Once installed, you'll have access to the turbot command from your command shell. Log in using the email address and password you used when creating your Turbot account:

$ turbot login
Enter your Turbot credentials.
Email: adam@example.com
Password:
Could not find an existing public key.
Would you like to generate one? [Yn]
Generating new SSH public key.
Uploading SSH public key /Users/adam/.ssh/id_rsa.pub

Press enter at the prompt to upload your existing SSH key or create a new one, used for pushing code later on.

Development

If you're working on the CLI and you can smoke-test your changes:

$ bundle exec turbot

If you need to do this from a different folder, try:

alias tb="RBENV_GEMSETS=.gems TURBOT_HOST=http://localhost:3000 RBENV_VERSION=[version] BUNDLE_GEMFILE=/path/to/turbot-client/Gemfile bundle exec turbot"

Meta

Released under the MIT license; see the file License.

Based on the Heroku client created by Adam Wiggins and others

About

Client tools for "turbot" scraper framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.2%
  • Other 1.8%