Skip to content

docs: document profile set and profile current - #16

Merged
ArtemKosolap merged 1 commit into
mainfrom
docs/document-profile-set-and-current
Aug 2, 2026
Merged

docs: document profile set and profile current#16
ArtemKosolap merged 1 commit into
mainfrom
docs/document-profile-set-and-current

Conversation

@ArtemKosolap

@ArtemKosolap ArtemKosolap commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Two profile commands ship and work but appear nowhere in the README: reply profile set and
reply profile current. Found while checking the agents.reply.io CLI page against the sources —
that page documents both, so the site is currently more complete than this repository, and
anyone mirroring the README onto the site would have deleted two true facts.

profile set is the more useful of the two, and its best trick was undocumented as well: naming
default edits the built-in profile, which pins a team for everything without having to create
a profile first.

reply profile set default --team-id 1045

Also notes -y on profile delete, which skips the confirmation prompt — relevant to anyone
scripting the CLI.

Verified against reply profile set --help and reply profile current --help from a fresh
build rather than from the source. npm run build && npm test — 531 passing, 4 skipped.
Documentation only; no code changed.

Both commands ship and work, and neither appears in the README. Found by
checking the agents.reply.io CLI page against the sources: the site documents
both, so it is currently more complete than this repository, and mirroring the
README onto the site would have deleted two true facts.

`profile set default --team-id <id>` is the part worth having written down —
it pins a team for everything without creating a profile first, and nothing
outside `--help` said so.
@ArtemKosolap
ArtemKosolap force-pushed the docs/document-profile-set-and-current branch from ccee14d to 074d7f7 Compare August 2, 2026 22:26
@ArtemKosolap
ArtemKosolap merged commit 687117d into main Aug 2, 2026
5 checks passed
@ArtemKosolap
ArtemKosolap deleted the docs/document-profile-set-and-current branch August 2, 2026 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants