Skip to content

Commit 175b8fb

Browse files
authored
Merge pull request #344 from contentstack/fix/DX-10156-remove-beta-workflows
chore: remove beta release workflow from development
2 parents 57bac9f + 258d24f commit 175b8fb

7 files changed

Lines changed: 4 additions & 317 deletions

File tree

.github/workflows/release-v2-beta-plugins.yml

Lines changed: 0 additions & 219 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To verify the installation, run `csdx` in the command window.
3535

3636
## Migration Guide
3737

38-
If you're upgrading from CLI 1.x to 2.x.x-beta, please refer to our comprehensive [Migration Guide](./MIGRATION.md) for:
38+
If you're upgrading from CLI 1.x to 2.x, please refer to our comprehensive [Migration Guide](./MIGRATION.md) for:
3939

4040
- **Breaking changes** and new default behaviors
4141
- **Step-by-step migration instructions**

packages/contentstack-bootstrap/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ USAGE
2323
```
2424
<!-- usagestop -->
2525

26-
```sh-session
27-
$ npm install -g @contentstack/cli-cm-bootstrap
28-
$ csdx COMMAND
29-
running command...
30-
$ csdx --help [COMMAND]
31-
USAGE
32-
$ csdx COMMAND
33-
...
34-
```
35-
3626
# Commands
3727

3828
<!-- commands -->

packages/contentstack-cli-tsgen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source lives in the [contentstack/cli-plugins](https://github.com/contentstack/c
99

1010
## How to install this plugin
1111

12-
Requires **Contentstack CLI 2.x beta**:
12+
Requires **Contentstack CLI 2.x**:
1313

1414
```shell
1515
$ csdx plugins:install contentstack-cli-tsgen

packages/contentstack-clone/README.md

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -38,62 +38,6 @@ USAGE
3838

3939
<!-- commands -->
4040
* [`csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksclone---source-branch-value---target-branch-value---source-management-token-alias-value---destination-management-token-alias-value--n-value---type-ab---source-stack-api-key-value---destination-stack-api-key-value---import-webhook-status-disablecurrent)
41-
* [`csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksclone---source-branch-value---target-branch-value---source-management-token-alias-value---destination-management-token-alias-value--n-value---type-ab---source-stack-api-key-value---destination-stack-api-key-value---import-webhook-status-disablecurrent)
42-
43-
## `csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`
44-
45-
Clone data (structure/content or both) of a stack into another stack
46-
47-
```
48-
USAGE
49-
$ csdx cm:stack-clone cm:stacks:clone [--source-branch <value>] [--target-branch <value>]
50-
[--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b]
51-
[--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]
52-
53-
FLAGS
54-
-c, --config=<value> Path for the external configuration
55-
-n, --stack-name=<value> Provide a name for the new stack to store the cloned content.
56-
-y, --yes Force override all Marketplace prompts.
57-
--destination-management-token-alias=<value> Destination management token alias.
58-
--destination-stack-api-key=<value> Destination stack API key
59-
--import-webhook-status=<option> [default: disable] [default: disable] (optional) The status of the
60-
import webhook. <options: disable|current>
61-
<options: disable|current>
62-
--skip-audit (optional) Skips the audit fix that occurs during an import
63-
operation.
64-
--source-branch=<value> Branch of the source stack.
65-
--source-branch-alias=<value> Alias of Branch of the source stack.
66-
--source-management-token-alias=<value> Source management token alias.
67-
--source-stack-api-key=<value> Source stack API key
68-
--target-branch=<value> Branch of the target stack.
69-
--target-branch-alias=<value> Alias of Branch of the target stack.
70-
--type=<option> Type of data to clone. You can select option a or b.
71-
a) Structure (all modules except entries & assets).
72-
b) Structure with content (all modules including entries & assets).
73-
74-
<options: a|b>
75-
76-
DESCRIPTION
77-
Clone data (structure/content or both) of a stack into another stack
78-
Use this plugin to automate the process of cloning a stack in few steps.
79-
80-
81-
ALIASES
82-
$ csdx cm:stack-clone
83-
84-
EXAMPLES
85-
$ csdx cm:stacks:clone
86-
87-
$ csdx cm:stacks:clone --source-branch <source-branch-name> --target-branch <target-branch-name> --yes
88-
89-
$ csdx cm:stacks:clone --source-stack-api-key <apiKey> --destination-stack-api-key <apiKey>
90-
91-
$ csdx cm:stacks:clone --source-management-token-alias <management token alias> --destination-management-token-alias <management token alias>
92-
93-
$ csdx cm:stacks:clone --source-branch --target-branch --source-management-token-alias <management token alias> --destination-management-token-alias <management token alias>
94-
95-
$ csdx cm:stacks:clone --source-branch --target-branch --source-management-token-alias <management token alias> --destination-management-token-alias <management token alias> --type <value a or b>
96-
```
9741

9842
## `csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`
9943

packages/contentstack-import-setup/README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,7 @@ It is Contentstack’s CLI plugin to import content in the stack. To learn how t
99
* [Commands](#commands)
1010
<!-- tocstop -->
1111

12-
For switching to EU region update the hosts at config/default.js
13-
14-
```js
15-
{
16-
host:'https://eu-api.contentstack.com/v3',
17-
cdn: 'https://eu-cdn.contentstack.com/v3',
18-
...
19-
}
20-
```
21-
22-
For switching to AZURE-NA region update the hosts at config/default.js
23-
24-
```js
25-
{
26-
host:'https://azure-na-api.contentstack.com/v3',
27-
cdn: 'https://azure-na-cdn.contentstack.com/v3'
28-
...
29-
}
30-
```
31-
32-
For switching to AZURE-EU region update the hosts at config/default.js
33-
34-
```js
35-
{
36-
host:'https://azure-eu-api.contentstack.com/v3',
37-
cdn: 'https://azure-eu-cdn.contentstack.com/v3'
38-
...
39-
}
40-
```
12+
Use `csdx config:set:region` to set your region. Run `csdx config:set:region --help` for available regions.
4113

4214
# Usage
4315

packages/contentstack-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is Contentstack’s CLI plugin to import content in the stack. To learn how t
1010
<!-- tocstop -->
1111

1212
Use `csdx config:set:region` to set your region. Run `csdx config:set:region --help` for available regions.
13-
P
13+
1414
# Usage
1515

1616
<!-- usage -->

0 commit comments

Comments
 (0)