finished getting started guide

This commit is contained in:
Dan Anglin 2024-06-30 13:44:23 +01:00
parent c6943b5aa0
commit c9126b44c8
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -31,7 +31,7 @@ enbas init
Use the `--config-dir` flag if you want to generate it in a specific directory Use the `--config-dir` flag if you want to generate it in a specific directory
```bash ```bash
enbas --config-dir config init enbas --config-dir ./config init
``` ```
You should now see a file called `config.json` in your configuration directory. You should now see a file called `config.json` in your configuration directory.
@ -57,7 +57,7 @@ You can read more about this https://docs.gotosocial.org/en/latest/api/authentic
Follow the below steps to log into your account: Follow the below steps to log into your account:
1. Run the `login` command specifying the instance that you want to log into. 1. Run the `login` command specifying the instance that you want to log into.
``` ```bash
enbas login --instance gts.enbas-demo.private enbas login --instance gts.enbas-demo.private
``` ```
@ -104,3 +104,50 @@ Out-of-band token: ZDRKOTE0NMUTZGVHZC0ZNJVJLWJINTMTMWE1M2UWYWFHOTQY
``` ```
## View your account information ## View your account information
You can verify that you have successfully logged in by viewing your account information.
```bash
enbas show --type account --my-account
```
### Example
```
$ enbas show --type account --my-account
Percy Cade (@percy)
ACCOUNT ID:
01629QXYN8X597CZDAH4BTY32R
JOINED ON:
29 Jun 2024
STATS:
Followers: 0
Following: 0
Statuses: 0
BIOGRAPHY:
Hey there, the name's Percy.
I've been a Platform Engineer in the Healthcare industry for 5 years and
counting. I love containerising anything and everything with Docker and
Kubernetes, and often find myself dabbling with Python, Go and Rust.
In my free time I like to cook, blog about FOSS software news and make videos
documenting my travels across the UK.
METADATA:
Pronouns: he/him
Location: Hertfordshire, UK
My website: https://percycade.me.private
My blogs: https://blogs.percycade.me.private
My photos: https://photos.percycade.me.private
My videos: https://videos.percycade.me.private
ACCOUNT URL:
https://gts.enbas-demo.private/@percy
```