0.0
No commit activity in last 3 years
No release in over 3 years
Ruby CLI Gem for interacting with your project and Terrestrial.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
~> 10.0
>= 0

Runtime

 Project Readme

Terrestrial::Cli

Build Status

Official Terrestrial command line tool. For documentation visit the official docs.

You can also join us on Slack to chat with the team directly.

Installation

$ gem install terrestrial-cli

Usage

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/terrestrial-io/terrestrial-cli.

Development

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

License

The gem is available as open source under the terms of the MIT License.