@agility/cli
Version:
Agility CLI for working with your content. (Public Beta)
99 lines (97 loc) • 3.66 kB
Plain Text
src
├── index.ts
├── lib
│ ├── downloaders
│ │ ├── download-assets.ts
│ │ ├── download-containers.ts
│ │ ├── download-galleries.ts
│ │ ├── download-models.ts
│ │ ├── download-sync-sdk.ts
│ │ ├── download-templates.ts
│ │ ├── index.ts
│ │ └── store-interface-filesystem.ts
│ ├── finders
│ │ ├── asset-finder.ts
│ │ ├── container-finder.ts
│ │ ├── content-item-finder.ts
│ │ ├── index.ts
│ │ ├── model-finder.ts
│ │ └── page-finder.ts
│ ├── getters
│ │ └── filesystem
│ ├── prompts
│ │ ├── base-url-prompt.ts
│ │ ├── channel-prompt.ts
│ │ ├── elements-prompt.ts
│ │ ├── fetch-prompt.ts
│ │ ├── file-system-prompt.ts
│ │ ├── home-prompt.ts
│ │ ├── index.ts
│ │ ├── instance-prompt.ts
│ │ ├── instance-selector-prompt.ts
│ │ ├── isPreview-prompt.ts
│ │ ├── locale-prompt.ts
│ │ ├── overwrite-prompt.ts
│ │ ├── pull-prompt.ts
│ │ ├── push-prompt.ts
│ │ ├── root-path-prompt.ts
│ │ └── website-address-prompt.ts
│ ├── publishers
│ │ ├── batch-publisher.ts
│ │ ├── content-item-publisher.ts
│ │ ├── content-list-publisher.ts
│ │ ├── index.ts
│ │ └── page-publisher.ts
│ ├── pushers
│ │ ├── asset-pusher.ts
│ │ ├── container-pusher.ts
│ │ ├── content-item-batch-pusher.ts
│ │ ├── content-item-pusher.ts
│ │ ├── gallery-pusher.ts
│ │ ├── index.ts
│ │ ├── model-pusher.ts
│ │ ├── page-pusher.ts
│ │ └── template-pusher.ts
│ ├── services
│ │ ├── assets.ts
│ │ ├── auth.ts
│ │ ├── clean.ts
│ │ ├── content.ts
│ │ ├── fileOperations.ts
│ │ ├── index.ts
│ │ ├── models.ts
│ │ ├── publish.ts
│ │ ├── pull.ts
│ │ ├── state.ts
│ │ ├── sync.ts
│ │ └── system-args.ts
│ └── utilities
│ ├── assets
│ ├── batch-polling.ts
│ ├── bulk-mapping-filter.ts
│ ├── content
│ ├── content-hash-comparer.ts
│ ├── generators
│ ├── incremental
│ ├── index.ts
│ ├── instance-lister.ts
│ ├── link-type-detector.ts
│ ├── loggers
│ ├── models
│ ├── reference-mapper.ts
│ ├── sitemap-hierarchy.ts
│ └── source-data-loader.ts
└── types
├── agilityInstance.ts
├── cliToken.ts
├── comparisonResult.ts
├── index.ts
├── instancePermission.ts
├── instanceRole.ts
├── modelFilter.ts
├── serverUser.ts
├── sourceData.ts
├── syncAnalysis.ts
├── websiteListing.ts
└── websiteUser.ts
18 directories, 78 files