Skip to content

Commit a932c83

Browse files
authored
Merge pull request #88 from psadmin-io/staging
Promote: README docs link + CHANGELOG kit/ops scrub
2 parents 8704a0b + 630cac8 commit a932c83

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
- `psa config set` for individual config keys (`ps_cfg_home`, `ps_base`, `ps_home`, etc.)
5252
- `psa config show` groups DPK paths, uppercases path labels
5353
- `DPK_CUST_HOME` foundation (renamed from `PSA_CUST`)
54-
- `psa ops setup` moved out of `config` group (hidden by default)
5554

5655
#### Quality / internal
5756
- Minimum Python bumped to 3.9
@@ -64,15 +63,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6463

6564
- `psa cache` and `psa secrets` (stub commands that were never wired into the CLI)
6665
- `psa domain drift` (replaced by `psa domain compare`)
67-
- `psa ops register` (folded into `psa ops setup`)
6866
- `start/stopPIA.sh` shim (now routes through `psadmin -w`)
6967
- `io_base` config key
7068

7169
### Known limitations
7270

7371
- **Encrypted password leak in JSON**`psa domain --json` includes raw config content that contains encrypted password fields (`ConnectPswd`, `OprPswd`, etc). Values are encrypted, not cleartext, but should not appear in piped output. Tracked as issue #23, fix planned for 0.4.
74-
- **`psa ops` is hidden** — depends on the private psadmin.io ops API; not intended for general public use in this release.
75-
- **`psa kit` is gated** — requires `enable_psa_kit: true` in config and SSH access to the private `psadmin-io/psa-kit` repository.
7672
- Tested against **PeopleTools 8.62**; older versions may work but are unverified.
7773
- No PyPI release yet — install from the GitHub release wheel or from source.
7874

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
## Documentation
2525

26-
Full docs: **<https://psadmin-io.github.io/psa-cli>** (commands reference, DPK provisioning workflow, configuration guide).
26+
Full docs: **<https://cli.psadmin.io>** (commands reference, DPK provisioning workflow, configuration guide).
2727

2828
## Highlights
2929

0 commit comments

Comments
 (0)