docs: rewrite README for v0.7.16 - #44
Merged
Merged
Conversation
…elp) Reflects the session's end-to-end operator-DX work and the latest binaries. Highlights: - Cover banner now points at v0.7.16, with the new install paths (curl + Scoop bucket) and the deferred-Dolt note. - Quick start now teaches the 'adopt existing MySQL via deltix import' flow, including the --continue / --blobs / --schema-only semantics. - Command tables refreshed: branch list + merge + roles + sync-prefs now autodetect repo from cwd (v0.7.14), short -b/-n flags on log (v0.7.13), the install port-persist (v0.7.3), per-project repo autodetect from cwd (v0.7.11), and the safe-commit author chain. - 'How syncing works' updated to mention the v0.8.5 server-side dolt table import -r CSV bulk load (handles empty strings in typed columns) and the 7-day sliding-window refresh. - New Security section: argv-only exec, TLS via buildFetchTlsOptions, 0600 credentials, masked prompts warning when used as positional args or DELTIX_LOGIN_PASSWORD. - Help/discovery hooks aligned with v0.7.16 help text ([<repo>] meaning). Architecture table mentions import + session autoresolve + masked-prompt helpers + the SIGPIPE-safe log-file redirect in the embedded mysql-embedded context. No code changes; doc-only PR.
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.
Doc-only PR that brings README up to date with v0.7.16: import workflow (with --continue / --blobs / --schema-only), masked-secret prompts (login + import), 7-day sliding-window session, per-project repo autodetect, help text aligned ([] meaning). Mentions the v0.8.5 server-side CSV bulk load in 'How syncing works'. Adds a Security section.