You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the next version of WordPress Package Management, we want to add the name parameter in the wordpress.json file.
this Parameter usage for a cloud package management service and Users can install Your custom package very easily.
What is the Proposal:
We Need a Web Hosting For creating a Micro Service API For Auth Users. Every user has a username that can use in your Package. for example, one user registered with username=daniel.
The daniel user can add name parameter in your WordPress Package management:
{"name": "daniel@news","description": "My WordPress Package Manangment for creating News WordPress Site","keywords": ["news", "wordpress", "sport"],"core": {"version": "latest","locale": "en_US","network": false},"config": {...
daniel user can Push this Package with wp pack push command.
All Users can Install this Package with wp pack install daniel@news very easily.
All security parameter e.g. DB_PASSWORD or admin_password sync with user global parameter, or If no existing ask from the user when installing the new package.
Packages are divided into two public and private categories. Private packages can only be used by the person who created them.
The text was updated successfully, but these errors were encountered:
mehrshaddarzi
changed the title
Proposal for add 'name' Parameter in WordPress Package name and cloud install
Proposal for add 'name' Parameter in WordPress Package and Cloud service install
Jan 22, 2020
In the next version of WordPress Package Management, we want to add the
name
parameter in the wordpress.json file.this Parameter usage for a cloud package management service and Users can install Your custom package very easily.
What is the Proposal:
We Need a Web Hosting For creating a Micro Service API For Auth Users. Every user has a username that can use in your Package. for example, one user registered with username=daniel.
The daniel user can add name parameter in your WordPress Package management:
wp pack push
command.wp pack install daniel@news
very easily.DB_PASSWORD
oradmin_password
sync with user global parameter, or If no existing ask from the user when installing the new package.The text was updated successfully, but these errors were encountered: