@pwrdrvr/microapps-publish 0.2.6 → 0.2.7

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 +19 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  `microapps-publish` is used to deploy new MicroApps and new versions for existing MicroApps using the [MicroApps framework](https://github.com/pwrdrvr/microapps-core/).
4
4
 
5
+ # Table of Contents <!-- omit in toc -->
6
+
7
+ - [Overview](#overview)
8
+ - [Video Preview of Deploying an App](#video-preview-of-deploying-an-app)
9
+ - [Installation](#installation)
10
+ - [Usage](#usage)
11
+ - [Command - help](#command---help)
12
+ - [Command - preflight](#command---preflight)
13
+ - [Command - publish](#command---publish)
14
+ - [Command - publish-static](#command---publish-static)
15
+ - [Command - nextjs-version](#command---nextjs-version)
16
+ - [Command - nextjs-version-restore](#command---nextjs-version-restore)
17
+ - [Command - delete](#command---delete)
18
+ - [Command - nextjs-docker-auto](#command---nextjs-docker-auto)
19
+
20
+ # Video Preview of Deploying an App
21
+
22
+ ![Video Preview of Deploying an App](https://raw.githubusercontent.com/pwrdrvr/microapps-core/blob/main/assets/videos/microapps-publish-demo-deploy.gif)
23
+
5
24
  # Installation
6
25
 
7
26
  `npm i -g @pwrdrvr/microapps-publish`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pwrdrvr/microapps-publish",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Publish tool for deploying apps and updates",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",