I hereby claim:
- I am adrianosela on github.
- I am adrianosela (https://keybase.io/adrianosela) on keybase.
- I have a public key whose fingerprint is 140F BCD8 3374 E134 EA50 8CC8 A702 3784 F707 77D2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
✔ ~/go/src/github.com/adrianosela/tagatree/app [master|✔] | |
16:38 $ expo eject | |
Your git working tree is clean | |
To revert the changes after this command completes, you can run the following: | |
git clean --force && git reset --hard | |
Now we need to know your iOS bundle identifier. You can change this in the future if you need to. | |
? What would you like your bundle identifier to be? com.adrianosela.tagatree.app | |
Now we need to know your Android package. You can change this in the future if you need to. |
13:06 $ padl project create --name my.project --description "testing with ." | |
error creating project: error: could not validate new project request: no . characters allowed for project name |
18:08 $ padl project user add --project demo-project --email [email protected] --privilege 1 | |
error adding user: error: user [email protected] does not exist | |
✘-1 ~/go/src/github.com/adrianosela | |
18:08 $ padl project user add --project demo-project --email [email protected] --privilege 1 | |
user [email protected] added to project demo-project successfully! |
p✔ ~/go/src/github.com/adrianosela/padl/cli [master|✔] | |
22:18 $ padl project create --name demo-project --description "just our very first project :')" | |
project demo-project initialized successfully! | |
✔ ~/go/src/github.com/adrianosela/padl/cli [master|…1] | |
22:18 $ padl project list | |
+--------------+--------------------------------+ | |
| NAME | DESCRIPTION | | |
+--------------+--------------------------------+ | |
| demo-project | just our very first project | | |
| | :') | |
11:56 $ padl account show | |
+-----+--------------------------------------+ | |
| aud | api | | |
| iss | padl.adrianosela.com | | |
| sub | [email protected] | | |
| iat | 1574364111 | | |
| exp | 1574407311 | | |
| jti | b2fd17f6-c0fd-4118-8a59-1c67c61bcd3d | | |
+-----+--------------------------------------+ |
15:16 $ padl project secret set --name MONGODB_CONNSTR --secret 'mongodb+srv://mongo-user:[email protected]' | |
padlfile updated! | |
✔ ~/go/src/github.com/adrianosela/padl/cli [master|…1] | |
15:16 $ cat .padlfile.yaml | |
data: | |
project_id: my-sample-project | |
variables: | |
MONGODB_CONNSTR: | | |
-----BEGIN PADL ENCRYPTED SECRET----- |
12:06 $ cat .padlfile.yaml | |
data: | |
project_id: mynewproj | |
variables: {} | |
keys: | |
- 9189061bed7715c9eef606a0b280f9b2 | |
shared_key: 085742c9aeefb705bd01ae63b1eacef1 | |
HMAC: 35b3b3fcd91a50e8a4503a7bc3185f9c7d652bc7c17a33a6b7970c0c941cac485f49e5ad9db49c5f77c398621a61e9e023359a72741d4f82447da10267aa933c | |
✔ ~/go/src/github.com/adrianosela/padl/cli [master|✚ 1…1] | |
12:06 $ padl project secret add --name MOCK_VAR --secret MOCK_SECRET |
✔ ~/go/src/github.com/adrianosela/padl/api [padl|✚ 1…1] | |
22:43 $ padl account login --email [email protected] --password somepass | |
user [email protected] logged in successfully! | |
✔ ~/go/src/github.com/adrianosela/padl/api [padl|✚ 1…1] | |
22:43 $ padl project list | |
+-------------+------------------------------+ | |
| NAME | DESCRIPTION | | |
+-------------+------------------------------+ | |
| key-testing | used to test decryption keys | |
✔ ~/go/src/github.com/adrianosela/padl/cli [addSec|✔] | |
21:06 $ padl project list | |
+--------+-------------+ | |
| NAME | DESCRIPTION | | |
+--------+-------------+ | |
| myProj | firstproj | | |
+--------+-------------+ | |
✔ ~/go/src/github.com/adrianosela/padl/cli [addSec|✔] | |
21:06 $ padl project get --name myProj | |
+-------------+----------------------------------+ |