feat: Add channel create and update#4
Merged
Merged
Conversation
doistbot
reviewed
May 25, 2026
Member
doistbot
left a comment
There was a problem hiding this comment.
This PR successfully expands the CLI by introducing the tdc channel create and tdc channel update commands with robust flag support and shared validation logic. These additions significantly enhance the tool's channel management capabilities while keeping referencing behavior consistent. There are just a few adjustments to make regarding name validation edge cases, shifting an ID parsing optimization to a shared helper, ensuring JSON outputs include modified fields, skipping unnecessary network calls during dry runs, and updating test coverage along with agent skill examples to meet internal PII standards.
b0cc003 to
dc36f99
Compare
doist-release-bot Bot
added a commit
that referenced
this pull request
May 25, 2026
## 1.0.0 (2026-05-25) ### Features * add channel create and update commands ([#4](#4)) ([f097378](f097378)) * adopt cli-core DCR provider + account command attachers ([#5](#5)) ([4749a07](4749a07)) * bootstrap Comms CLI from twist-cli ([ea28735](ea28735)) * upgrade to @doist/comms-sdk@0.2.0 ([#2](#2)) ([ae4d6e1](ae4d6e1))
Contributor
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
tdc channel.What was changed
tdc channel createwith workspace, description, initial users, public/private, dry-run, JSON, and full output support.tdc channel updatefor rename, description update/clear, visibility, dry-run, JSON, and full output support.Out of scope
Refs