Socket
Socket
Sign inDemoInstall

@cocreate/cli

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/cli - npm Package Compare versions

Comparing version 1.13.4 to 1.13.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.13.5](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.13.4...v1.13.5) (2022-10-02)
### Bug Fixes
* bump @cocreate/hosting and @cocreate/socket-client ([81fdf5c](https://github.com/CoCreate-app/CoCreate-cli/commit/81fdf5cff3bfc728ff678b5967736d2a982fd737))
## [1.13.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.13.3...v1.13.4) (2022-10-01)

@@ -2,0 +9,0 @@

6

package.json
{
"name": "@cocreate/cli",
"version": "1.13.4",
"version": "1.13.5",
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",

@@ -74,4 +74,4 @@ "keywords": [

"dependencies": {
"@cocreate/docs": "^1.3.13",
"@cocreate/hosting": "^1.3.13",
"@cocreate/docs": "^1.3.16",
"@cocreate/hosting": "^1.4.0",
"colors": "latest",

@@ -78,0 +78,0 @@ "glob": "^7.1.7",

@@ -412,143 +412,143 @@ module.exports = [

// // {
// // 'path': '/home/ubuntu/CoCreateServer/CoCreateWS',
// // 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
// // },
// // {
// // 'path': '/home/ubuntu/CoCreateServer/CoCreateApi',
// // 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
// // },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreateWS',
// 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
// 'path': '/home/ubuntu/CoCreateServer/CoCreateLB',
// 'repo': 'github.com/CoCreate-app/CoCreateLB.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreateApi',
// 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
// },
{
'path': '/home/ubuntu/CoCreateServer/CoCreateLB',
'repo': 'github.com/CoCreate-app/CoCreateLB.git'
},
// Components
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-auth',
'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-server',
'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
},
// // Components
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crdt-server',
// 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-auth',
// 'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
// },
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-loadtest',
'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-message-server',
'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-metrics-server',
'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-node-autoscaler',
'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-permissions',
'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-server-side-render',
'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-server',
'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-actions',
'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-api',
'repo': 'github.com/CoCreate-app/CoCreate-api.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-docs',
'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-hosting',
'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-client',
'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-elements',
'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-industry',
'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-observer',
'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-organizations',
'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render',
'repo': 'github.com/CoCreate-app/CoCreate-render.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-client',
'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-unique',
'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-users',
'repo': 'github.com/CoCreate-app/CoCreate-users.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-utils',
'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-uuid',
'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
},
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-server',
// 'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
// },
// // {
// // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crdt-server',
// // 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
// // },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-loadtest',
// 'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-message-server',
// 'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-metrics-server',
// 'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-node-autoscaler',
// 'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-permissions',
// 'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-server-side-render',
// 'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-server',
// 'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-actions',
// 'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-api',
// 'repo': 'github.com/CoCreate-app/CoCreate-api.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-docs',
// 'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-hosting',
// 'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-client',
// 'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-elements',
// 'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-industry',
// 'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-observer',
// 'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-organizations',
// 'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render',
// 'repo': 'github.com/CoCreate-app/CoCreate-render.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-client',
// 'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-unique',
// 'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-users',
// 'repo': 'github.com/CoCreate-app/CoCreate-users.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-utils',
// 'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
// },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-uuid',
// 'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
// },
// Maybe depreciated
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-keepalived',
'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
},
// // Maybe depreciated
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-mongodb',
// 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-keepalived',
// 'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
// },
// // {
// // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-mongodb',
// // 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
// // },
// // {
// // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-openebs',
// // 'repo': 'github.com/CoCreate-app/CoCreate-openebs.git'
// // },
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-openebs',
// 'repo': 'github.com/CoCreate-app/CoCreate-openebs.git'
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-ide',
// 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
// },
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-ide',
'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
},
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreateEmail',
// 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
// },
// // {
// // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreateEmail',
// // 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
// // },
];

@@ -9,2 +9,3 @@ #!/usr/bin/env node

const argv = process.argv.slice(2);
console.log('bumper')

@@ -101,2 +102,5 @@ if (argv.length < 1) {

(async() => {
if(command == 'bump'){
console.log('bumping')
}
if(command == 'gitConfig'){

@@ -107,13 +111,13 @@ let predefined = path.resolve(__dirname, 'commands', command + '.js');

else {
let failed = await execute(command, repoFullMeta, config);
if (failed.length === 0)
process.exit(0);
else {
console.log(' **************** failures **************** '.red);
for (let failure of failed)
console.log(`${failure.name}: ${failure.des}`.red);
let failed = await execute(command, repoFullMeta, config);
if (failed.length === 0)
process.exit(0);
else {
console.log(' **************** failures **************** '.red);
for (let failure of failed)
console.log(`${failure.name}: ${failure.des}`.red);
}
}
}
// console.log(`success: ${report.success}`.green, `failed: ${report.fail}`.red);
})();
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc