Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions skills/jfrog/scripts/check-environment.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) JFrog Ltd. 2026
# Licensed under the Apache License, Version 2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# check-environment.sh — Cached JFrog CLI environment check
#
# Checks if jf is installed and its version, using a 24h-TTL cache
Expand Down
4 changes: 4 additions & 0 deletions skills/jfrog/scripts/jfrog-login-register-session.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) JFrog Ltd. 2026
# Licensed under the Apache License, Version 2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# jfrog-login-register-session.sh — Verify a JFrog server and start a web login session
#
# Pings the server, generates a session UUID, and registers it with
Expand Down
4 changes: 4 additions & 0 deletions skills/jfrog/scripts/jfrog-login-save-credentials.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) JFrog Ltd. 2026
# Licensed under the Apache License, Version 2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# jfrog-login-save-credentials.sh — Complete web login by retrieving token and saving credentials
#
# Retrieves the one-time access token from a completed web login session,
Expand Down
Loading