0.3.86 • Published 3 years ago

cfapp v0.3.86

Weekly downloads
5
License
MPL-2.0
Repository
-
Last release
3 years ago

cfapp

Description

This a command line tool to install and download Cloudflow Applications.

Installation

Install with the following npm command:

sudo npm install -g cfapp

After that the cfapp command becomes available.

Cloudflow Applications

A Cloudflow Application is a directory structure like this:

project.cfapp
workflows/*
files/*

At the root there is a cfapp file that describes the application, workflows and files. The application workflows are put in the workflows directory. Assets needed for the application are put in the files directory.

Usage

Basic usage:

# prints the help text
cfapp

# creates a default project.cfapp file in the current directory
cfapp app init

# installs a remote application
cfapp app upload /path/to/the/application/

# shows the help of the 'app upload' command
cfapp app upload --help

# downloads a remote application
cfapp app download /path/to/the/download/location/

By default cfapp will not overwrite files or workflows in the remote Cloudflow or on the local filesystem. You can override this behavior with the --overwrite option:

# overwrite existing files and workflows on the remote Cloudflow
cfapp app upload /path/to/the/application/ --overwrite
0.3.86

3 years ago

0.3.82

4 years ago

0.3.81

4 years ago

0.3.80

4 years ago

0.3.79

4 years ago

0.3.78

4 years ago

0.3.77

4 years ago

0.3.76

4 years ago

0.3.75

4 years ago

0.3.74

4 years ago

0.3.72

4 years ago

0.3.71

4 years ago

0.3.70

4 years ago

0.3.69

4 years ago

0.3.68

4 years ago

0.3.67

5 years ago

0.3.66

5 years ago

0.3.65

5 years ago

0.3.64

5 years ago

0.3.63

5 years ago

0.3.62

5 years ago

0.3.61

5 years ago

0.3.60

5 years ago

0.3.59

5 years ago

0.3.58

5 years ago

0.3.57

5 years ago

0.3.56

5 years ago

0.3.55

5 years ago

0.3.54

5 years ago

0.3.53

5 years ago

0.3.52

5 years ago

0.3.51

5 years ago

0.3.50

5 years ago

0.3.49

5 years ago

0.3.48

5 years ago

0.3.47

5 years ago

0.3.46

5 years ago

0.3.44

5 years ago

0.3.43

5 years ago

0.3.42

5 years ago

0.3.41

5 years ago

0.3.40

5 years ago

0.3.38

5 years ago

0.3.37

5 years ago

0.3.35

5 years ago

0.3.34

5 years ago

0.3.33

5 years ago

0.3.32

5 years ago

0.3.31

5 years ago

0.3.30

5 years ago

0.3.28

5 years ago

0.3.27

6 years ago

0.3.26

6 years ago

0.3.25

6 years ago

0.3.24

6 years ago

0.3.23

6 years ago

0.3.22

6 years ago

0.3.21

6 years ago

0.3.20

6 years ago

0.3.19

6 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.14

6 years ago

0.3.13

6 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.5

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.0

7 years ago