mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix formatting in task-sync manpage (#3535)
This commit is contained in:
parent
7d79b9e516
commit
0650fe509f
1 changed files with 9 additions and 10 deletions
|
@ -116,28 +116,27 @@ Select the following permissions:
|
||||||
- storage.buckets.get
|
- storage.buckets.get
|
||||||
- storage.buckets.update
|
- storage.buckets.update
|
||||||
- storage.objects.create
|
- storage.objects.create
|
||||||
|
- storage.objects.delete
|
||||||
- storage.objects.get
|
- storage.objects.get
|
||||||
- storage.objects.list
|
- storage.objects.list
|
||||||
- storage.objects.update
|
- storage.objects.update
|
||||||
- storage.objects.delete
|
|
||||||
|
|
||||||
Create your new role.
|
Create your new role.
|
||||||
|
|
||||||
On the left sidebar, navigate to "Service accounts."
|
On the left sidebar, navigate to "Service accounts."
|
||||||
|
|
||||||
On the top menu bar within the "Service accounts" section, click "CREATE SERVICE ACCOUNT."
|
On the top menu bar within the "Service accounts" section, click "CREATE SERVICE ACCOUNT."
|
||||||
Provide an appropriate name and description for the new service account.
|
Provide an appropriate name and description for the new service account.
|
||||||
Select the role you just created and complete the service account creation process.
|
Select the role you just created and complete the service account creation process.
|
||||||
|
|
||||||
Now, in the Service Account dashboard, click into the new service account and select "keys" on the top menu bar.
|
|
||||||
Click on "ADD KEY" to create and download a new key (a JSON key).
|
|
||||||
|
|
||||||
|
Now, in the Service Account dashboard, click into the new service account and select "keys" on the top menu bar.
|
||||||
|
Click on "ADD KEY" to create and download a new key (a JSON key).
|
||||||
|
|
||||||
Then configure Taskwarrior with:
|
Then configure Taskwarrior with:
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
$ task config sync.gcp.bucket <bucket-name>
|
$ task config sync.gcp.bucket <bucket-name>
|
||||||
$ task config sync.gcp.credential_path <absolute-path-to-downloaded-credentials>
|
$ task config sync.gcp.credential_path <absolute-path-to-downloaded-credentials>
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
.SS Local Synchronization
|
.SS Local Synchronization
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue