Skip to content

Commit 498c0f4

Browse files
Merge branch 'ceng-682-cloudsmith-cli-add-request-api-key-flag-to-auth-command' of github.com:cloudsmith-io/cloudsmith-cli into ceng-682-cloudsmith-cli-add-request-api-key-flag-to-auth-command
2 parents f67bf0b + 5d753c4 commit 498c0f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414

1515
### Deprecation Notices
1616

17-
- The `--token` flag on `cloudsmith auth` will be deprecated. Use `--request-api-key` instead.
18-
- The `--force` flag on `cloudsmith auth` will be deprecated. Use `--request-api-key` instead (force behavior is implied).
19-
- The `--json` flag on `cloudsmith auth` will be deprecated. Use `--output-format json` instead.
17+
- The `--token` flag on `cloudsmith auth` is deprecated. Use `--request-api-key` instead.
18+
- The `--force` flag on `cloudsmith auth` is deprecated. Use `--request-api-key` instead (force behavior is implied).
19+
- The `--json` flag on `cloudsmith auth` is deprecated. Use `--output-format json` instead.
2020

2121
## [1.12.1] - 2026-02-03
2222

cloudsmith_cli/cli/commands/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _perform_saml_authentication(
8181
"--json",
8282
default=False,
8383
is_flag=True,
84-
help="Output token details in json format.",
84+
help="[DEPRECATED: Use --output-format json] Output token details in JSON format.",
8585
)
8686
@click.option(
8787
"--request-api-key",

0 commit comments

Comments
 (0)