nir0s
nir0s
When running `backtrace` without providing it with any input from stdin, backtrace will try to read it but hang because nothing goes through. Instead, it should be first test to...
In python3, running the following will result in backtrace not identifying a traceback: ```python try: raise Exception except Exception: _, __, tb = sys.exc_info() raise Exception(tb) ``` ```bash $ python...
If a `terraform.tfstate` file contains instances, we can extract their tags and allow to connect: `ghost put -t ssh consul-server ssh_key_path=~/.ssh/mykey discover=terraform tag=Name:consul` Which will arbitrarily connect to an instance...
It would be nice to run `ghost rm key` instead of `ghost delete key`, for instance. Also, `ghost put` -> `ghost write` and `ghost get` -> `ghost read` Reference: http://click.pocoo.org/6/advanced/#command-aliases...
Currently, they're set to 1000000. Changing to about a 100 will reduce test times to just several seconds.
Like, creation date, passphrase file location, number of stored keys, etc..
currently, there's no option to do that unless you export and then import to the same stash using a different passphrase.