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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions cmd/auth/auth.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package auth

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/auth/auth_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package auth_test

// Test Auth Login Command Executes without issue
Expand Down
2 changes: 2 additions & 0 deletions cmd/auth/login.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package auth

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/auth/logout.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package auth

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/common/cobra_utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package common

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/common/cobra_utils_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package common_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/completion/cmd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package completion

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/completion/cmd_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package completion_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/add_profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/add_profile_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/delete_profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/delete_profile_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/get.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/get_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/list_keys.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/list_keys_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/list_profiles.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/list_profiles_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/set.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/set_active_profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/set_active_profile_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/set_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/unset.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/unset_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/view_profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/config/view_profile_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/feedback/feedback.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package feedback

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/feedback/feedback_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package feedback_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/platform/export.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package platform

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/platform/export_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package platform_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/platform/platform.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package platform

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/platform/platform_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package platform_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/request/request.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package request

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/request/request_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package request_test

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package cmd

import (
Expand Down
2 changes: 2 additions & 0 deletions cmd/root_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package cmd_test

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/autocompletion/config_args.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package autocompletion

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/autocompletion/export_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package autocompletion

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/autocompletion/request_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package autocompletion

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/autocompletion/root_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package autocompletion

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/add_profile_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/add_profile_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/delete_profile_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/delete_profile_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/get_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/get_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/list_keys_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/list_keys_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/list_profiles_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/list_profiles_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/set_active_profile_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/set_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/set_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/unset_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/unset_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/view_profile_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/config/view_profile_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package config_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/feedback/feedback_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package feedback_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/platform/export_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package platform_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/platform/export_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package platform_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/request/request_internal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package request_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/request/request_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package request_internal

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/configuration/config/add_profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2025 Ping Identity Corporation

package configuration_config

import (
Expand Down
Loading