radius-project / radius

Radius is a cloud-native, portable application platform that makes app development easier for teams building cloud-native apps.
https://radapp.io
Apache License 2.0
1.5k stars 97 forks source link

Fixing #8043 - adding long form commands and aliasing abbreviations #8073

Closed superbeeny closed 2 days ago

superbeeny commented 2 days ago

Description

Updated cmd line functions to use environment in place of env and initialize in place of init. Both abbreviations are now aliased so this is a non breaking change.

Type of change

Fixes: #8043

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

radius-functional-tests[bot] commented 2 days ago

Radius functional test overview

:mag: Go to test action run

Name Value
Repository superbeeny/radius
Commit ref 7f2ee9ffd383f46d5d074cb9c9fcb6dc22df3de9
Unique ID func2c6dbba861
Image tag pr-func2c6dbba861
Click here to see the list of tools in the current test run * gotestsum 1.12.0 * KinD: v0.20.0 * Dapr: 1.12.0 * Azure KeyVault CSI driver: 1.4.2 * Azure Workload identity webhook: 1.3.0 * Bicep recipe location `ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/:pr-func2c6dbba861` * Terraform recipe location `http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/.zip` (in cluster) * applications-rp test image location: `ghcr.io/radius-project/dev/applications-rp:pr-func2c6dbba861` * dynamic-rp test image location: `ghcr.io/radius-project/dev/dynamic-rp:pr-func2c6dbba861` * controller test image location: `ghcr.io/radius-project/dev/controller:pr-func2c6dbba861` * ucp test image location: `ghcr.io/radius-project/dev/ucpd:pr-func2c6dbba861` * deployment-engine test image location: `ghcr.io/radius-project/deployment-engine:latest`

Test Status

:hourglass: Building Radius and pushing container images for functional tests... :white_check_mark: Container images build succeeded :hourglass: Publishing Bicep Recipes for functional tests... :white_check_mark: Recipe publishing succeeded :hourglass: Starting ucp-cloud functional tests... :hourglass: Starting corerp-cloud functional tests... :white_check_mark: ucp-cloud functional tests succeeded :white_check_mark: corerp-cloud functional tests succeeded

kachawla commented 2 days ago

@superbeeny, looks like some of the docs references would need to be manually updated https://github.com/radius-project/docs/actions/runs/11942519605/job/33289744491?pr=1289.

@Reshrahim, how do you recommend resolving this given the circular dependency between this pr https://github.com/radius-project/docs/pull/1289 and the manual updates needed?

Reshrahim commented 2 days ago

@superbeeny, looks like some of the docs references would need to be manually updated https://github.com/radius-project/docs/actions/runs/11942519605/job/33289744491?pr=1289.

@Reshrahim, how do you recommend resolving this given the circular dependency between this pr radius-project/docs#1289 and the manual updates needed?

yes just noticed the same thing. Easy way is to update the references in the same PR -https://github.com/radius-project/docs/pull/1289