Official Terrestrial command line tool. For documentation visit the official docs.
You can also join us on Slack to chat with the team directly.
$ gem install terrestrial-cli
To get started with your project, cd to your project directory and run
$ terrestrial init --api-key <API KEY> --project-id <PROJECT ID>
You can find your API key and the correct project ID by logging into Terrestrial Mission Control.
Bug reports and pull requests are welcome on GitHub at https://github.com/terrestrial-io/terrestrial-cli.
To run the gem in development, run
ruby -Ilib bin/terrestrial <COMMAND>
To build the gem and install it in your current Gemset, run
rake build
To run tests
rspec
The gem is available as open source under the terms of the MIT License.