1.14.2 • Published 5 months ago

@superblocksteam/cli v1.14.2

Weekly downloads
-
License
Superblocks Commu...
Repository
-
Last release
5 months ago

@superblocksteam/cli

Usage

$ npm install -g @superblocksteam/cli
$ superblocks COMMAND
running command...
$ superblocks (--version)
@superblocksteam/cli/1.10.0 linux-x64 node-v20.18.2
$ superblocks --help [COMMAND]
USAGE
  $ superblocks COMMAND
...

Commands

superblocks commits [RESOURCE_PATH]

List Superblocks commits for a resource

USAGE
  $ superblocks commits [RESOURCE_PATH] [-b <value>] [-l <value>] [-o <value>]

ARGUMENTS
  RESOURCE_PATH  Superblocks resource location to show commits for (i.e. apps/my-app)

FLAGS
  -b, --branch=<value>  Superblocks branch to show commits for, the current git branch will be used by default
  -l, --limit=<value>   [default: 10] Number of commits to be displayed, default is 10
  -o, --offset=<value>  Number of commits to be skipped before displaying by creation time, default is 0

DESCRIPTION
  List Superblocks commits for a resource

EXAMPLES
  $ superblocks commits

  $ superblocks commits  apps/my-app

  $ superblocks commits  apps/my-app -b feature-branch

  $ superblocks commits  --limit 20

  $ superblocks commits  --offset 10

superblocks components create

Creates a new Superblocks component in the current application folder

USAGE
  $ superblocks components create [--example]

FLAGS
  --example  Create example component

DESCRIPTION
  Creates a new Superblocks component in the current application folder

superblocks components register

Registers all local component config files

USAGE
  $ superblocks components register

DESCRIPTION
  Registers all local component config files

EXAMPLES
  $ superblocks components register

superblocks components upload

Upload creates a production-ready bundle and saves the files for use outside of Local Development mode.

USAGE
  $ superblocks components upload [-b <value>]

FLAGS
  -b, --branch=<value>  Superblocks branch to push to, the current (local) git branch will be used by default

DESCRIPTION
  Upload creates a production-ready bundle and saves the files for use outside of Local Development mode.

EXAMPLES
  $ superblocks components upload

  $ superblocks components upload -b feature-branch

superblocks components watch

watch for changes to your custom components

USAGE
  $ superblocks components watch

DESCRIPTION
  watch for changes to your custom components

superblocks config set PROPERTY VALUE

Sets the specified property in your Superblocks configuration. A property governs the behavior of the Superblocks CLI, such as Superblocks region to interact with

USAGE
  $ superblocks config set PROPERTY VALUE

ARGUMENTS
  PROPERTY  (domain) Superblocks config name, e.g. domain
  VALUE     Superblocks config value

DESCRIPTION
  Sets the specified property in your Superblocks configuration. A property governs the behavior of the Superblocks CLI,
  such as Superblocks region to interact with

EXAMPLES
  $ superblocks config set domain eu.superblocks.com

  $ superblocks config set domain app.superblocks.com

superblocks help [COMMANDS]

Display help for superblocks.

USAGE
  $ superblocks help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for superblocks.

See code: @oclif/plugin-help

superblocks init [RESOURCE_URL]

Interactively configure the current directory as a Superblocks project or initialize new services in an already configured Superblocks project directory

USAGE
  $ superblocks init [RESOURCE_URL] [-m latest-edits|most-recent-commit|deployed] [-s]

ARGUMENTS
  RESOURCE_URL  Superblocks resource URL (i.e. https://app.superblocks.com/applications/<application_id> or
                https://app.superblocks.com/applications/edit/<application_id>)

FLAGS
  -m, --mode=<option>              Pull mode
                                   <options: latest-edits|most-recent-commit|deployed>
  -s, --skip-signing-verification  If true, signature verification for signing enabled organizations will be skipped.

DESCRIPTION
  Interactively configure the current directory as a Superblocks project or initialize new services in an already
  configured Superblocks project directory

EXAMPLES
  $ superblocks init

  $ superblocks init https://app.superblocks.com/applications/11111111-1111-1111-1111-111111111111/pages/22222222-2222-2222-2222-222222222222

superblocks login

Authenticate with Superblocks cloud

USAGE
  $ superblocks login [-t <value>]

FLAGS
  -t, --token=<value>  Superblocks user API key

DESCRIPTION
  Authenticate with Superblocks cloud

superblocks migrate

Migrate files to use the current CLI version

USAGE
  $ superblocks migrate

DESCRIPTION
  Migrate files to use the current CLI version

EXAMPLES
  $ superblocks migrate

superblocks pull [RESOURCE_PATH]

Download objects from Superblocks and save them locally

USAGE
  $ superblocks pull [RESOURCE_PATH] [-m latest-edits|most-recent-commit|deployed] [-b <value>] [-c
    <value>] [-s]

ARGUMENTS
  RESOURCE_PATH  Superblocks resource location to pull (i.e. apps/my-app)

FLAGS
  -b, --branch=<value>             Superblocks branch to pull from, the current git branch will be used by default
  -c, --commit-id=<value>          Superblocks commit id to pull, the live edit will be used by default
  -m, --mode=<option>              [default: latest-edits] Pull mode
                                   <options: latest-edits|most-recent-commit|deployed>
  -s, --skip-signing-verification  If true, signature verification for signing enabled organizations will be skipped.

DESCRIPTION
  Download objects from Superblocks and save them locally

EXAMPLES
  $ superblocks pull

  $ superblocks pull  apps/my-app

  $ superblocks pull  apps/my-app -b feature-branch

  $ superblocks pull  apps/my-app -c commit-id

superblocks push [RESOURCE_PATH]

Import objects from local filesystem to Superblocks

USAGE
  $ superblocks push [RESOURCE_PATH] [-b <value>] [-s]

ARGUMENTS
  RESOURCE_PATH  Superblocks resource location to push (e.g. apps/my-app)

FLAGS
  -b, --branch=<value>  Superblocks branch to push to, the current git branch will be used by default
  -s, --skip-commit     If true, push command will only update live edit state along with signature without creating a
                        commit.

DESCRIPTION
  Import objects from local filesystem to Superblocks

EXAMPLES
  $ superblocks push

  $ superblocks push  apps/my-app

  $ superblocks push  apps/my-app -b feature-branch

  $ superblocks push  apps/my-app --skip-commit

superblocks rm [RESOURCE_PATH]

Remove a Superblocks resource from the local Superblocks project and delete the resource folder directory locally (if it exists)

USAGE
  $ superblocks rm [RESOURCE_PATH]

ARGUMENTS
  RESOURCE_PATH  Superblocks resource location (i.e. apps/my-spectacular-app)

DESCRIPTION
  Remove a Superblocks resource from the local Superblocks project and delete the resource folder directory locally (if
  it exists)

EXAMPLES
  $ superblocks rm

  $ superblocks rm apps/my-spectacular-app
2.0.0-next.51

5 months ago

2.0.0-next.52

5 months ago

2.0.0-next.53

5 months ago

2.0.0-next.54

5 months ago

2.0.0-next.55

5 months ago

2.0.0-next.56

5 months ago

2.0.0-next.48

5 months ago

2.0.0-next.49

5 months ago

2.0.0-next.40

5 months ago

2.0.0-next.41

5 months ago

2.0.0-next.42

5 months ago

2.0.0-next.43

5 months ago

2.0.0-next.44

5 months ago

2.0.0-next.45

5 months ago

2.0.0-next.46

5 months ago

2.0.0-next.47

5 months ago

2.0.3-next.78

5 months ago

2.0.0-next.50

5 months ago

2.0.3-next.72

5 months ago

2.0.3-next.73

5 months ago

2.0.3-next.71

5 months ago

2.0.3-next.77

5 months ago

2.0.3-next.74

5 months ago

2.0.0-next.37

5 months ago

2.0.0-next.38

5 months ago

2.0.0-next.39

5 months ago

2.0.3-next.90

5 months ago

2.0.3-next.91

5 months ago

2.0.0-next.30

5 months ago

2.0.0-next.31

5 months ago

2.0.0-next.32

5 months ago

2.0.0-next.33

5 months ago

2.0.0-next.34

5 months ago

2.0.0-next.35

5 months ago

2.0.0-next.36

5 months ago

2.0.3-next.89

5 months ago

2.0.3-next.83

5 months ago

2.0.3-next.84

5 months ago

2.0.3-next.82

5 months ago

2.0.3-next.87

5 months ago

2.0.3-next.88

5 months ago

2.0.3-next.85

5 months ago

2.0.3-next.86

5 months ago

2.0.0-next.26

5 months ago

2.0.0-next.27

5 months ago

2.0.0-next.28

5 months ago

2.0.0-next.29

5 months ago

2.0.0-next.20

5 months ago

2.0.0-next.22

5 months ago

2.0.0-next.23

5 months ago

2.0.0-next.24

5 months ago

2.0.0-next.25

5 months ago

2.0.3-next.94

5 months ago

2.0.3-next.95

5 months ago

2.0.3-next.92

5 months ago

2.0.3-next.93

5 months ago

2.0.3-next.98

5 months ago

2.0.3-next.99

5 months ago

2.0.3-next.96

5 months ago

2.0.0-next.15

5 months ago

2.0.0-next.16

5 months ago

2.0.0-next.17

5 months ago

2.0.0-next.8

5 months ago

2.0.0-next.18

5 months ago

2.0.0-next.9

5 months ago

1.12.0

7 months ago

2.0.0-next.19

5 months ago

2.0.0-next.6

5 months ago

2.0.0-next.7

5 months ago

2.0.0-next.4

5 months ago

2.0.0-next.5

5 months ago

2.0.0-next.10

5 months ago

2.0.0-next.11

5 months ago

2.0.3-next.119

5 months ago

2.0.0-next.12

5 months ago

2.0.0-next.13

5 months ago

2.0.3-next.117

5 months ago

2.0.0-next.14

5 months ago

2.0.3-next.118

5 months ago

2.0.3-next.115

5 months ago

2.0.3-next.116

5 months ago

2.0.3-next.113

5 months ago

1.99.99-next.2

5 months ago

2.0.3-next.114

5 months ago

1.99.99-next.3

5 months ago

2.0.3-next.111

5 months ago

2.0.3-next.112

5 months ago

2.0.3-next.110

5 months ago

2.0.0-next.3

5 months ago

2.0.3-next.108

5 months ago

2.0.3-next.109

5 months ago

2.0.3-next.106

5 months ago

2.0.3-next.107

5 months ago

2.0.3-next.104

5 months ago

2.0.3-next.105

5 months ago

2.0.3-next.103

5 months ago

2.0.3-next.100

5 months ago

2.0.3-next.101

5 months ago

1.11.0

7 months ago

1.13.1

7 months ago

1.13.0

7 months ago

2.0.3-next.139

5 months ago

2.0.3-next.137

5 months ago

2.0.3-next.138

5 months ago

2.0.3-next.135

5 months ago

2.0.3-next.136

5 months ago

2.0.3-next.133

5 months ago

2.0.3-next.134

5 months ago

2.0.3-next.131

5 months ago

2.0.3-next.132

5 months ago

2.0.3-next.130

5 months ago

2.0.3-next.128

5 months ago

2.0.3-next.129

5 months ago

2.0.3-next.126

5 months ago

2.0.3-next.127

5 months ago

2.0.3-next.124

5 months ago

2.0.3-next.125

5 months ago

2.0.3-next.122

5 months ago

2.0.3-next.123

5 months ago

2.0.3-next.120

5 months ago

2.0.3-next.121

5 months ago

1.14.1

6 months ago

1.14.0

7 months ago

1.14.2

5 months ago

2.0.3-next.159

5 months ago

2.0.3-next.157

5 months ago

2.0.3-next.158

5 months ago

2.0.3-next.155

5 months ago

2.0.3-next.156

5 months ago

2.0.3-next.153

5 months ago

2.0.3-next.154

5 months ago

2.0.3-next.151

5 months ago

2.0.3-next.152

5 months ago

2.0.3-next.150

5 months ago

2.0.3-next.148

5 months ago

2.0.3-next.149

5 months ago

2.0.3-next.146

5 months ago

2.0.3-next.147

5 months ago

2.0.3-next.144

5 months ago

2.0.3-next.145

5 months ago

2.0.3-next.142

5 months ago

2.0.3-next.143

5 months ago

2.0.3-next.140

5 months ago

2.0.3-next.141

5 months ago

2.0.3-next.173

5 months ago

2.0.3-next.174

5 months ago

2.0.3-next.171

5 months ago

2.0.3-next.172

5 months ago

2.0.3-next.170

5 months ago

2.0.3-next.168

5 months ago

2.0.3-next.169

5 months ago

2.0.3-next.166

5 months ago

2.0.3-next.167

5 months ago

2.0.3-next.164

5 months ago

2.0.3-next.165

5 months ago

2.0.3-next.162

5 months ago

2.0.3-next.163

5 months ago

2.0.3-next.160

5 months ago

2.0.3-next.161

5 months ago

2.0.3-next.46

5 months ago

2.0.3-next.58

5 months ago

2.0.3-next.57

5 months ago

2.0.3-next.50

5 months ago

2.0.3-next.53

5 months ago

1.10.0

8 months ago

1.9.1

9 months ago

1.9.3

9 months ago

1.9.2

9 months ago

1.8.2

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.2

1 year ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago