fly
Verified for current stable LTS
Fly Command: Authenticate And Save Concourse Target
Use for authenticate and save concourse target with Fly. Exact CLI syntax to authenticate and save concourse target using Fly.
When to use this: Use for authenticate and save concourse target with Fly.
Command Syntax
fly -t <target_name> login -n <team_name> -c {https://ci.example.com} fly -t <target_name> login -n <team_name> -c `{https://ci.example.com`} Command Breakdown
-t- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
-c- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to authenticate and save concourse target using Fly.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Fly Command: Destroy Pipeline
fly -t <target_name> destroy-pipeline -p <pipeline_name> Fly Command: List Pipelines fly -t <target_name> pipelines Fly Command: List Targets fly targets Fly Command: Show Pipeline Configuration fly -t <target_name> get-pipeline -p <pipeline_name> Fly Command: Unpause Pipeline fly -t <target_name> unpause-pipeline -p <pipeline_name>