diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0d80723e8..fd846f0185 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,22 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} package: ./packages/contentstack-export/package.json + - name: Installing dependencies of audit + id: audit-installation + if: ${{env.release_releaseAll == 'true' || env.release_plugins_audit == 'true'}} + working-directory: ./packages/contentstack-audit + run: npm install + - name: Compiling audit + if: ${{ steps.audit-installation.conclusion == 'success' }} + working-directory: ./packages/contentstack-audit + run: npm run prepack + - name: Publishing audit + uses: JS-DevTools/npm-publish@v2.2.1 + if: ${{ steps.audit-installation.conclusion == 'success' }} + with: + token: ${{ secrets.NPM_TOKEN }} + package: ./packages/contentstack-audit/package.json + access: public - name: Installing dependencies of import id: import-installation if: ${{env.release_releaseAll == 'true' || env.release_plugins_import == 'true'}} @@ -249,22 +265,6 @@ jobs: if: ${{env.release_releaseAll == 'true' || env.release_plugins_core == 'true'}} working-directory: ./packages/contentstack run: npm install - - name: Installing dependencies of audit - id: audit-installation - if: ${{env.release_releaseAll == 'true' || env.release_plugins_audit == 'true'}} - working-directory: ./packages/contentstack-audit - run: npm install - - name: Compiling audit - if: ${{ steps.audit-installation.conclusion == 'success' }} - working-directory: ./packages/contentstack-audit - run: npm run prepack - - name: Publishing audit - uses: JS-DevTools/npm-publish@v2.2.1 - if: ${{ steps.audit-installation.conclusion == 'success' }} - with: - token: ${{ secrets.NPM_TOKEN }} - package: ./packages/contentstack-audit/package.json - access: public - name: Compiling core if: ${{ steps.core-installation.conclusion == 'success' }} working-directory: ./packages/contentstack diff --git a/LICENSE b/LICENSE index bfb13adab7..ffb4ad010b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8aa26668ec..60eca7d5e3 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ csdx --help ``` ## Namespaces -**auth**: To perform [authentication-related](/packages/auth) activities +**auth**: To perform [authentication-related](/packages/contentstack-auth) activities **cm**: To perform content management activities such as [bulk publish](/packages/contentstack-bulk-publish), [import](/packages/contentstack-import), and [export](/packages/contentstack-export), [export-to-csv] (/packages/contentstack-export-to-csv), [seed] (/packages/contentstack-seed) diff --git a/packages/contentstack-audit/LICENSE b/packages/contentstack-audit/LICENSE index a48530c072..f99e9ee588 100644 --- a/packages/contentstack-audit/LICENSE +++ b/packages/contentstack-audit/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/contentstack-auth/LICENSE b/packages/contentstack-auth/LICENSE index bfb13adab7..ffb4ad010b 100644 --- a/packages/contentstack-auth/LICENSE +++ b/packages/contentstack-auth/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/contentstack-bootstrap/LICENSE b/packages/contentstack-bootstrap/LICENSE index bfb13adab7..ffb4ad010b 100644 --- a/packages/contentstack-bootstrap/LICENSE +++ b/packages/contentstack-bootstrap/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/contentstack-branches/LICENSE b/packages/contentstack-branches/LICENSE index bfb13adab7..ffb4ad010b 100644 --- a/packages/contentstack-branches/LICENSE +++ b/packages/contentstack-branches/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/contentstack-bulk-publish/LICENSE b/packages/contentstack-bulk-publish/LICENSE index bfb13adab7..ffb4ad010b 100644 --- a/packages/contentstack-bulk-publish/LICENSE +++ b/packages/contentstack-bulk-publish/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/contentstack-clone/LICENSE b/packages/contentstack-clone/LICENSE index bfb13adab7..ffb4ad010b 100644 --- a/packages/contentstack-clone/LICENSE +++ b/packages/contentstack-clone/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2024 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/contentstack-clone/README.md b/packages/contentstack-clone/README.md index 314222b625..df030887f0 100644 --- a/packages/contentstack-clone/README.md +++ b/packages/contentstack-clone/README.md @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-clone/1.8.0 darwin-arm64 node-v20.8.0 +@contentstack/cli-cm-clone/1.9.0 darwin-arm64 node-v20.8.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -57,6 +57,7 @@ FLAGS --destination-stack-api-key= Destination stack API Key --import-webhook-status=