You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the cli you can setup the cli as described in here
30
+
31
+
```bash
32
+
$ timecard setup
33
+
[2021-08-09 11:44:30,565][WARNING] no config file found
34
+
Please enter your salesforce username: your-salesforce-email@example.com
35
+
{
36
+
"username": "your-salesforce-email@example.com",
37
+
"credential_store": "keyring"
38
+
}
39
+
can I create this config on /Users/your-username/.pse.json ? [Y/n]: y
40
+
41
+
Insert your Saleforce Password: **********
42
+
Insert your Saleforce Token: **********
43
+
44
+
Setup Completed
45
+
```
46
+
47
+
### Manual actions
48
+
49
+
27
50
The script requires a local configuration file with your SalesForce credentials
28
51
included in it, located at `~/.pse.json`. It should look like:
29
52
@@ -55,6 +78,7 @@ Default values for the keyring assume everything is stored under the `salesforce
55
78
56
79
Under MacOS this can be added with the "Keychain Access" application, under the default "login" keychain. `salesforce_cli` is the Keychain Item Name for both instances, and the `your-salesforce-email@example.com_password` or `your-salesforce-email@example.com_token` string is the Account Name.
57
80
81
+
58
82
## Examples
59
83
60
84
Adding 3 hours of personal development on Wednesday:
0 commit comments