We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013b2b4 commit 094b66fCopy full SHA for 094b66f
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bucketco/cli",
3
- "version": "2.0.2",
+ "version": "2.0.1",
4
"packageManager": "yarn@4.1.1",
5
"description": "CLI for Bucket service",
6
"main": "./dist/index.js",
packages/cli/utils/urls.ts
@@ -22,7 +22,7 @@ export const baseUrlSuffix = (baseUrl: string) => {
22
};
23
24
export function environmentUrl(baseUrl: string, environment: UrlArgs): string {
25
- return `${baseUrl}/env-current${slug(environment)}`;
+ return `${baseUrl}/envs/${slug(environment)}`;
26
}
27
28
export function featureUrl(
0 commit comments