Skip to content

Commit

Permalink
Remove the create-mapsheet cli which is relocated into argo-tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Nov 2, 2023
1 parent 6ebb106 commit 3a1aaef
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 147 deletions.
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@rushstack/ts-command-line": "^4.3.13",
"ansi-colors": "^4.1.1",
"deep-diff": "^1.0.2",
"flatgeobuf": "^3.23.1",
"node-fetch": "^3.2.3",
"p-limit": "^4.0.0",
"pretty-json-log": "^1.0.0",
Expand Down
120 changes: 0 additions & 120 deletions packages/cli/src/cli/config/action.cog.mapsheet.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/cli/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'source-map-support/register.js';
import { CommandCreateOverview } from './overview/action.create.overview.js';
import { CommandBundleAssets } from './config/action.bundle.assets.js';
import { CommandBundle } from './config/action.bundle.js';
import { CommandCogMapSheet } from './config/action.cog.mapsheet.js';
import { CommandImageryConfig } from './config/action.imagery.config.js';
import { CommandImport } from './config/action.import.js';
import { CommandServe } from './server/action.serve.js';
Expand All @@ -23,9 +22,9 @@ export class BasemapsConfigCommandLine extends BaseCommandLine {
this.addAction(new CommandImageryConfig());

// Argo
this.addAction(new CommandCogMapSheet());
this.addAction(new CommandCreateOverview());

// CICD - Screenshot tests
this.addAction(new CommandServe());
}
}
24 changes: 0 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1700,11 +1700,6 @@
resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.15.0.tgz#a4a78f36bc8daaefe6e9a9df1f453271639c2233"
integrity sha512-hwuE4BmgswqP+HRDSLMj7DcnYOCCK+ZRuKnc9AVhXS4LBrwRSkdUkNvXhgvqF5tav7IqTpG9pBYMR9wedehuhA==

"@repeaterjs/[email protected]":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca"
integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==

"@rushstack/ts-command-line@^4.3.13":
version "4.11.1"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.11.1.tgz#10b80960ddaed685445289807c75743e4ef0b5e9"
Expand Down Expand Up @@ -4144,20 +4139,6 @@ flat-cache@^3.0.4:
flatted "^3.1.0"
rimraf "^3.0.2"

[email protected]:
version "2.0.6"
resolved "https://registry.yarnpkg.com/flatbuffers/-/flatbuffers-2.0.6.tgz#3aa3a39d282af9a660b4a0cdd1bb7ad91874abfc"
integrity sha512-QTTZTXTbVfuOVQu2X6eLOw4vefUxnFJZxAKeN3rEPhjEzBtIbehimJLfVGHPM8iX0Na+9i76SBEg0skf0c0sCA==

flatgeobuf@^3.23.1:
version "3.23.1"
resolved "https://registry.yarnpkg.com/flatgeobuf/-/flatgeobuf-3.23.1.tgz#c2aab304be8209269894ea4c8e1833ede6da3b0e"
integrity sha512-u3MQnbMzL28Eiq7TbyzT6V/Ai70TI+zr1E8tu/m0g9bcxmuO2lT1iaocRX/7wYRLIijiZz2V4SVxCVenFG3JOg==
dependencies:
"@repeaterjs/repeater" "3.0.4"
flatbuffers "2.0.6"
slice-source "0.4.1"

flatted@^3.1.0:
version "3.2.7"
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
Expand Down Expand Up @@ -7496,11 +7477,6 @@ slice-ansi@^4.0.0:
astral-regex "^2.0.0"
is-fullwidth-code-point "^3.0.0"

[email protected]:
version "0.4.1"
resolved "https://registry.yarnpkg.com/slice-source/-/slice-source-0.4.1.tgz#40a57ac03c6668b5da200e05378e000bf2a61d79"
integrity sha512-YiuPbxpCj4hD9Qs06hGAz/OZhQ0eDuALN0lRWJez0eD/RevzKqGdUx1IOMUnXgpr+sXZLq3g8ERwbAH0bCb8vg==

slugify@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.5.tgz#c8f5c072bf2135b80703589b39a3d41451fbe8c8"
Expand Down

0 comments on commit 3a1aaef

Please sign in to comment.