I hereby claim:
- I am knl on github.
- I am knl (https://keybase.io/knl) on keybase.
- I have a public key whose fingerprint is C42D E227 704C 2105 6A9B CB2F 37B2 6EEC 033A D741
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env perl | |
| # blog: http://localhost:8000/blog/2014/blog/2014-12-31-using-warden-to-setup-jails-in-freebsd.html | |
| use strict; | |
| use warnings; | |
| use v5.10; # because we use some new stuff | |
| use feature qw(say); | |
| my $card = 're0'; |
| // ==UserScript== | |
| // @name GitHub/JIRA Links | |
| // @namespace http://github.com/knl | |
| // @author knl | |
| // @version 1.2.2 | |
| // @description Link to JIRA tickets from Github | |
| // @match https://github.com/** | |
| // @run-at document-end | |
| // @noframes | |
| // @grant none |
| TF_LOG=debug terraform import secret_resource.newlines "$(cat file_ending_with_newline)" | |
| 2019/08/08 14:02:04 [INFO] Terraform version: 0.12.6 | |
| 2019/08/08 14:02:04 [INFO] Go runtime version: go1.12.7 | |
| 2019/08/08 14:02:04 [INFO] CLI args: []string{"/usr/local/bin/terraform", "import", "secret_resource.newlines", "some\ntext"} | |
| 2019/08/08 14:02:04 [DEBUG] Attempting to open CLI config file: /Users/knl/.terraformrc | |
| 2019/08/08 14:02:04 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2019/08/08 14:02:04 [INFO] CLI command args: []string{"import", "secret_resource.newlines", "some\ntext"} | |
| 2019/08/08 14:02:04 [DEBUG] New state was assigned lineage "e3e0d021-6915-c30b-bca1-5fb5122e7814" | |
| 2019/08/08 14:02:04 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
| 2019/08/08 14:02:04 [TRACE] Meta.Backend: instantiated backend of type <nil> |
| #!/usr/bin/env nix-shell | |
| #!nix-shell -p gitAndTools.hub | |
| #!nix-shell -p jq | |
| #!nix-shell -p bash | |
| #!nix-shell -i bash | |
| # Author: Nikola Knezevic | |
| # Description: Will disable all actions on all repositories where the given | |
| # token is the owner. |