12npm install -g akarso akarso auth login
1akarso auth check
1akarso accounts connect x
akarso subscribe, then:123akarso posts create \ --text "Hello from Akarso!" \ --platforms x
yq to extract fields:1akarso posts create --text "Hello!" --platforms x | 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"
--profile:12345678# See all profiles and their IDs akarso profiles list # Post from a specific profile akarso posts create \ --text "From the other workspace" \ --platforms x \ --profile 01JXYZ...