1.3.4 • Published 4 years ago

@blinkmobile/client-cli v1.3.4

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
4 years ago

blinkmobile / client-cli npm AppVeyor Status Travis CI Status Greenkeeper badge

CLI to deploy client-side web applications with BlinkMobile.

Installation

npm install -g @blinkmobile/cli @blinkmobile/identity-cli @blinkmobile/client-cli

Documentation

See the Documentation directory for more details.

Usage

blinkm client --help

# or, shorter
bm client --help
Usage: blinkm client <command>

Where command is one of:

  scope, deploy

Initial settings:
    scope                 => outputs the current scope
    scope <S3Bucket>      => sets the bucket
      --region <S3Region> => optionally sets the region
      --cwd <path>        => outputs or set the scope in <path>
      --debug             => output debug information

Deploying client side code:

  The deploy command requires a login to BlinkMobile before use.
  For help on the login and logout commands please see:
  https://github.com/blinkmobile/identity-cli#usage

    deploy                => uploads files in the current working directory to the scoped bucket
      <path>              => uploads files in <path> (relative to the --cwd flag) to the scoped bucket
      --env <environment> => optionally sets the environment to deploy to, defaults to 'dev'
      --force             => deploy without confirmation
      --skip              => bypass unchanged files (default)
      --no-skip           => upload all files, including unchanged
      --prune             => remove files that do not exist locally from the server
      --cwd <path>        => specify the directory containing .blinkmrc.json file (defaults to '.')
      --debug             => output debug information

.blinkmignore

Skip ignored files and directories during upload.

See .blinkmignore

1.4.0-beta.0

4 years ago

1.3.4

4 years ago

1.3.4-beta.1

4 years ago

1.3.3

5 years ago

1.3.3-beta.0

5 years ago

1.3.2

5 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.3.0

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago