Commit Graph

48 Commits

Author SHA1 Message Date
Oliver Sand 00b5b877b4 fix(techdocs-cli): make techdocs-cli work on Windows (#2779)
$(pwd) won't work outside a Unix shell, so I replaced it with process.cwd(). Then it's not important anymore in which directory the docker command is executed.
2020-10-08 11:53:16 +02:00
Patrik Oldsberg 46b71700ee v0.1.1-alpha.24 2020-10-05 15:45:33 +02:00
blam 6c55d38348 v0.1.1-alpha.23 2020-09-23 16:40:49 +02:00
Raghunandan 72235dd51e v0.1.1-alpha.22 2020-09-18 15:14:38 +02:00
Emma Indal 3b545791ce new release 31 aug 20 2020-09-01 14:10:22 +02:00
dependabot-preview[bot] 0d4ade32eb chore(deps): bump commander from 4.1.1 to 6.1.0
Bumps [commander](https://github.com/tj/commander.js) from 4.1.1 to 6.1.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v4.1.1...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 06:03:49 +00:00
Raghunandan 734dcca107 Release v0.1.1-alpha.20 2020-08-26 11:33:14 +02:00
Raghunandan 15e334a584 Release v0.1.1-alpha.19 2020-08-21 11:40:04 +02:00
Perry Manuk 24a1298983 Techdocs-cli Build Fix
We're using cloud build in gcp to build/package our backstage deployment
and when you upload your artifacts it will remove all of the .git folder
to mimimize the upload causing the techdocs-cli to fail as it relies on
using `git rev-parse` to discover the full path. I changed this to be
statically linked so the reliance on git is no longer there and so that
as long as the structure of your repo doesn't change it should build no
matter where the root folder is placed.
2020-08-19 12:10:32 +02:00
Sebastian Qvarfordt d2f4438f5b Fix techdocs-cli when not running local 2020-08-17 11:18:09 +02:00
Patrik Oldsberg 1eceadb942 packages: fix ts-node config in local dev versions of CLIs 2020-08-12 19:17:27 +02:00
Patrik Oldsberg f8c696e038 v0.1.1-alpha.18 2020-08-07 17:08:28 +02:00
Patrik Oldsberg 0dd8fa2828 v0.1.1-alpha.17 2020-08-05 19:36:36 +02:00
Patrik Oldsberg aa265769d2 techdocs-cli: import version from techdocs-cli directly 2020-08-03 21:24:44 +02:00
Ivan Shmidt bcd7b2661a v0.1.1-alpha.16 2020-07-24 03:44:39 +02:00
Ivan Shmidt 415bdf42e1 v0.1.1-alpha.15 2020-07-22 13:44:33 +02:00
Emma Indal bf8f6c26aa fix(techdocs-cli): use published techdocs docker container 2020-07-21 11:57:20 +02:00
Emma Indal 0169c34693 fix(techdocs-cli): use techdocs-cli instead of techdocs 2020-07-21 11:56:35 +02:00
Emma Indal 728f201c41 fix(techdocs-cli): update techdocs cli docs 2020-07-21 11:56:07 +02:00
Sebastian Qvarfordt ff9bf0101f Merge pull request #1639 from spotify/mob/add-deploying-docs-to-cli
docs(techdocs-cli): add docs on deploying / bumping up version
2020-07-17 14:42:32 +02:00
Bilawal Hameed 9fb2d6072a docs(techdocs-cli): add docs on deploying / bumping up version 2020-07-15 12:02:12 +02:00
Bilawal Hameed 491d1b70e1 Bump to v0.1.1-alpha.14 2020-07-15 11:49:02 +02:00
Sebastian Qvarfordt a49239c6e6 Removed unused package 2020-07-15 11:22:50 +02:00
Sebastian Qvarfordt cbef4867eb More issues in techdocs-cli 2020-07-15 11:19:55 +02:00
Sebastian Qvarfordt a59ac48e7a Removed backstage-cli from scripts in package.json 2020-07-15 10:51:57 +02:00
Sebastian Qvarfordt bb63c4ceba Updated techdocs-cli build script 2020-07-15 10:48:52 +02:00
Sebastian Qvarfordt a70c4070f8 fix(techdocs): fix cli publishing no dist folder 2020-07-14 20:37:00 +02:00
Bilawal Hameed 3026db08f0 fix: remove @backstage/plugin-techdocs as dep 2020-07-10 18:17:29 +02:00
Bilawal Hameed 066ba28acf docs(techdocs-cli): update to use from npm registry (#1586) 2020-07-10 17:58:34 +02:00
Bilawal Hameed 68d472f702 docs: updated to packages/techdocs-container 2020-07-10 16:17:22 +02:00
Bilawal Hameed 353cf5a14f techdocs: implement serve for the techdocs-cli (#1581)
* feat(techdocs-cli): point techdocs export to localhost:3000/api

* feat(techdocs-cli): add http-proxy package

* feat(techdocs-cli): add react-dev-utils package

* feat(techdocs-cli): implement serve and serve:mkdocs commands

* fix: use [module] prefix convention in console.log

* docs: added commands

* wip

* Fix type errors

Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com>
2020-07-10 16:01:45 +02:00
Sebastian Qvarfordt eed37376fc Initial techdocs-cli (#1558)
* Initial techdocs-cli

* Run backstage serve and docker container from techdocs cli

* Added documentation for techdocs-cli

* Fix linting

* Builds and export the dev folder of a plugin

* make bin/build executable

* Remove 'src' from files

* fix

* fix: corrected bad rebase

* feat(techdocs-cli): create export in techdocs plugin + clone to cli build

* fix: added support for nodemon

* feat(techdocs-cli): add vercel/serve-handler npm package

* fix: bump eslint-config to 8.0.0 + add prettier-config

* fixup

* fix: add HTTPServer module for serving techdocs-preview-bundle/

* fix: addressed tsc issues (unused import, missing type definition)

Co-authored-by: Bilawal Hameed <bil@spotify.com>
2020-07-09 11:08:19 +02:00
Patrik Oldsberg 6fdcc9f59a v0.1.1-alpha.13 2020-07-07 13:16:30 +02:00
Patrik Oldsberg dcaee07754 v0.1.1-alpha.12 2020-06-23 22:25:25 +02:00
Patrik Oldsberg 910057bc8a v0.1.1-alpha.11 2020-06-23 21:27:58 +02:00
Patrik Oldsberg 6300d4a917 v0.1.1-alpha.10 2020-06-23 16:08:05 +02:00
Emma Indal 55be200b70 feat(techdocs-cli): change access from restricted to public 2020-06-22 20:33:52 +02:00
Emma Indal 474b1ecf9b fix(techdocs-cli): remove dependencies 2020-06-22 16:17:30 +02:00
Emma Indal 54735dc269 fix(techdocs-cli): add techdocs cli bin 2020-06-22 16:06:34 +02:00
Emma Indal 082219ae41 fix(techdocs-cli): minimize dependencies 2020-06-22 15:29:03 +02:00
Emma Indal b5dba7fb89 fix(techdocs-cli): pass with no tests 2020-06-22 15:13:54 +02:00
Emma Indal b23a90c4b9 fix(techdocs-cli): export module to fix tsc error 2020-06-22 15:08:53 +02:00
Emma Indal 9077e12261 fix(techdocs-cli): update readme 2020-06-22 15:06:30 +02:00
Emma Indal d245aaf39e fix(techdocs-cli): delete unused files 2020-06-22 15:00:51 +02:00
Emma Indal b25d28410c fix(techdocs-cli): update package.json 2020-06-22 14:57:53 +02:00
Emma Indal 7484a26022 fix(techdocs-cli): remove dev folder 2020-06-22 14:51:13 +02:00
Emma Indal e2c52bafc8 fix(codeowners): change techdocs-cli to packages 2020-06-22 14:51:13 +02:00
Emma Indal 3b16d4eaaf fix(techdocs-cli): move from plugins to packages 2020-06-22 14:37:47 +02:00