kubiy-paas-cli 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Kubiy CLI (`kubiy-cli`)
1
+ # Kubiy CLI (`kubiy-paas-cli`)
2
2
 
3
3
  **English:** Official CLI for the Kubiy PaaS platform. Install from npm and use the `kubiy` command to manage your apps and services deployed on Kubiy.
4
4
 
@@ -9,7 +9,7 @@
9
9
  ### Installation / Instalación
10
10
 
11
11
  ```bash
12
- npm install -g kubiy-cli
12
+ npm install -g kubiy-paas-cli
13
13
 
14
14
  # Get help / Ver ayuda
15
15
  kubiy
@@ -73,7 +73,7 @@ Recomendaciones: No compartas tu `cliToken` ni apikeys. No subas archivos `.kubi
73
73
 
74
74
  **English:** This package is ready to be published as a public npm package:
75
75
 
76
- - Package name: `kubiy-cli`
76
+ - Package name: `kubiy-paas-cli`
77
77
  - Global command: `kubiy` (defined in the `bin` field)
78
78
  - Only the needed files are published (`index.js` and `src/`)
79
79
 
@@ -84,19 +84,19 @@ To publish a new version:
84
84
 
85
85
  cd kubiy-npm-cli
86
86
  npm login # once, if you haven't already
87
- npm publish # publishes kubiy-cli as a public package
87
+ npm publish # publishes kubiy-paas-cli as a public package
88
88
  ```
89
89
 
90
90
  After publishing, users can install it with:
91
91
 
92
92
  ```bash
93
- npm install -g kubiy-cli
93
+ npm install -g kubiy-paas-cli
94
94
  kubiy version
95
95
  ```
96
96
 
97
97
  **Español:** Este paquete está preparado para publicarse como paquete público en npm:
98
98
 
99
- - Nombre del paquete: `kubiy-cli`
99
+ - Nombre del paquete: `kubiy-paas-cli`
100
100
  - Comando global: `kubiy` (definido en el campo `bin`)
101
101
  - Solo se publican los archivos necesarios (`index.js` y `src/`)
102
102
 
@@ -107,12 +107,12 @@ Para publicar una nueva versión:
107
107
 
108
108
  cd kubiy-npm-cli
109
109
  npm login # una sola vez, si aún no lo hiciste
110
- npm publish # publica kubiy-cli como paquete público
110
+ npm publish # publica kubiy-paas-cli como paquete público
111
111
  ```
112
112
 
113
113
  Después de publicar, los usuarios pueden instalarlo con:
114
114
 
115
115
  ```bash
116
- npm install -g kubiy-cli
116
+ npm install -g kubiy-paas-cli
117
117
  kubiy version
118
118
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubiy-paas-cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "CLI para la plataforma PaaS de Kubiy",
5
5
  "main": "index.js",
6
6
  "bin": {