lib/jets/commands/help/console.md in jets-0.8.6 vs lib/jets/commands/help/console.md in jets-0.8.8
- old
+ new
@@ -6,5 +6,13 @@
>> ActiveRecord::Base.connection.tables
=> ["schema_migrations", "ar_internal_metadata", "posts"]
>> Jets.env
=> "development"
>>
+
+## Use .env.development.remote
+
+To use the remote values also in the `jets console` you can use the `JETS_ENV_REMOTE=1` env variable. Example:
+
+ JETS_ENV_REMOTE=1 jets console
+
+More info at [Env Files](http://rubyonjets.com/docs/env-files/)
\ No newline at end of file