Created
November 21, 2019 20:00
-
-
Save adrianosela/00530cbc2eb0369ffac36b0ab32d1b77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:56 $ padl account show | |
+-----+--------------------------------------+ | |
| aud | api | | |
| iss | padl.adrianosela.com | | |
| sub | [email protected] | | |
| iat | 1574364111 | | |
| exp | 1574407311 | | |
| jti | b2fd17f6-c0fd-4118-8a59-1c67c61bcd3d | | |
+-----+--------------------------------------+ | |
✔ ~/go/src/github.com/adrianosela/padl/cli [master|✚ 4] | |
11:56 $ padl project create --name adriano-project --description "to test run cmd" | |
project adriano-project initialized successfully! | |
✔ ~/go/src/github.com/adrianosela/padl/cli [master|✚ 4…1] | |
11:58 $ padl file secret set --name MONGO_DB_CONNSTR --secret mongo://[email protected] | |
padlfile updated! | |
✔ ~/go/src/github.com/adrianosela/padl/cli [master|✚ 4…1] | |
11:58 $ padl run env | |
... | |
GEM_PATH=/Users/Adriano/.rvm/gems/ruby-2.4.0:/Users/Adriano/.rvm/gems/ruby-2.4.0@global | |
PKG_CONFIG_PATH=/usr/local/opt/opencv/lib/pkgconfig | |
GOPATH=/Users/Adriano/go | |
DISPLAY=localhost:0.0 | |
LC_TERMINAL=iTerm2 | |
RUBY_VERSION=ruby-2.4.0 | |
_system_name=OSX | |
COLORTERM=truecolor | |
_=/usr/local/bin/padl | |
MONGO_DB_CONNSTR=mongo://[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment