12npm install -g akarso akarso auth login
1akarso auth check
1akarso accounts connect x
akarso subscribe, then:1234akarso posts create \ --text "Hello from Akarso!" \ --platforms x \ --publish-now
yq to extract fields:1akarso posts create --text "Hello!" --platforms x --publish-now | yq '.id'
30m, 2h, 3d, or 1w:1234akarso posts create \ --text "Scheduled post" \ --platforms x,linkedin \ --scheduled-at 2h
1234akarso posts create \ --text "Launch day!" \ --platforms x \ --scheduled-at "2026-07-01T10:00:00Z"