Skip to content

Commit

Permalink
add url to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberea committed Aug 12, 2024
1 parent e71c971 commit 4ab1052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/cloudapi-v6/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func ImageCmd() *core.Command {
Aliases: []string{"ftp-upload", "ftp", "upl"},
ShortDesc: "Upload an image to FTP server using FTP over TLS (FTPS)",
LongDesc: fmt.Sprintf(`WARNING:
This command can only be used if 2-Factor Authentication is disabled on your account and you're logged in using IONOS_USERNAME and IONOS_PASSWORD environment variables (see "Authenticating with Ionos Cloud" in IonosCTL README).
This command can only be used if 2-Factor Authentication is disabled on your account and you're logged in using IONOS_USERNAME and IONOS_PASSWORD environment variables (see "Authenticating with Ionos Cloud" at https://docs.ionos.com/cli-ionosctl).
OVERVIEW:
Use this command to securely upload one or more HDD or ISO images to the specified FTP server using FTP over TLS (FTPS). This command supports a variety of options to provide flexibility during the upload process:
Expand Down
3 changes: 2 additions & 1 deletion docs/subcommands/Compute Engine/image/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ For `upload` command:

## Description

WARNING: This command can only be used if 2-Factor Authentication is disabled on your account and you're logged in using IONOS_USERNAME and IONOS_PASSWORD environment variables (see "Authentication with Ionos Cloud" in IonosCTL README).
WARNING:
This command can only be used if 2-Factor Authentication is disabled on your account and you're logged in using IONOS_USERNAME and IONOS_PASSWORD environment variables (see "Authenticating with Ionos Cloud" at https://docs.ionos.com/cli-ionosctl).

OVERVIEW:
Use this command to securely upload one or more HDD or ISO images to the specified FTP server using FTP over TLS (FTPS). This command supports a variety of options to provide flexibility during the upload process:
Expand Down

0 comments on commit 4ab1052

Please sign in to comment.