diff --git a/src/main/java/io/seqera/tower/cli/Tower.java b/src/main/java/io/seqera/tower/cli/Tower.java index 29df354e..1a6eb1c1 100644 --- a/src/main/java/io/seqera/tower/cli/Tower.java +++ b/src/main/java/io/seqera/tower/cli/Tower.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023, Seqera. + * Copyright 2021-2025, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ @Command( name = "tw", - description = "Nextflow Tower CLI.", + description = "Seqera Platform CLI.", subcommands = { ActionsCmd.class, CollaboratorsCmd.class, @@ -81,10 +81,10 @@ public class Tower extends AbstractCmd { @Spec public CommandSpec spec; - @Option(names = {"-t", "--access-token"}, description = "Tower personal access token (TOWER_ACCESS_TOKEN).", defaultValue = "${TOWER_ACCESS_TOKEN}") + @Option(names = {"-t", "--access-token"}, description = "Seqera Platform personal access token (TOWER_ACCESS_TOKEN).", defaultValue = "${TOWER_ACCESS_TOKEN}") public String token; - @Option(names = {"-u", "--url"}, description = "Tower server API endpoint URL (TOWER_API_ENDPOINT) [default: 'api.cloud.seqera.io'].", defaultValue = "${TOWER_API_ENDPOINT:-https://api.cloud.seqera.io}") + @Option(names = {"-u", "--url"}, description = "Seqera Platform server API endpoint URL (TOWER_API_ENDPOINT) [default: 'api.cloud.seqera.io'].", defaultValue = "${TOWER_API_ENDPOINT:-https://api.cloud.seqera.io}") public String url; @Option(names = {"-o", "--output"}, description = "Show output in defined format (only the 'json' option is available at the moment).", defaultValue = "${TOWER_CLI_OUTPUT_FORMAT:-console}") @@ -93,7 +93,7 @@ public class Tower extends AbstractCmd { @Option(names = {"-v", "--verbose"}, description = "Show HTTP request/response logs at stderr.") public boolean verbose; - @Option(names = {"--insecure"}, description = "Explicitly allow to connect to a non-SSL secured Tower server (this is not recommended).") + @Option(names = {"--insecure"}, description = "Explicitly allow to connect to a non-SSL secured Seqera Platform server (this is not recommended).") public boolean insecure; public Tower() { diff --git a/src/test/resources/runcmd/info/service-info-obsolete.json b/src/test/resources/runcmd/info/service-info-obsolete.json index b770b2f7..e11b6afd 100644 --- a/src/test/resources/runcmd/info/service-info-obsolete.json +++ b/src/test/resources/runcmd/info/service-info-obsolete.json @@ -13,15 +13,15 @@ "menus": [ { "label": "Docs", - "url": "https://help.tower.nf" + "url": "https://docs.seqera.io/" }, { "label": "Community", - "url": "https://gitter.im/nf-tower/community" + "url": "https://community.seqera.io/" }, { "label": "Feedback", - "url": "https://github.com/seqeralabs/nf-tower/issues" + "url": "https://feedback.seqera.io/" } ] },