lamin
#
For a guide, see: Install & setup.
lamin login
#
usage: lamin login [-h] [--key k] [--password pw] user
positional arguments:
user email or user handle
options:
-h, --help show this help message and exit
--key k API key
--password pw legacy password
lamin init
#
usage: lamin init [-h] [--storage storage] [--db db] [--schema schema]
[--name name]
options:
-h, --help show this help message and exit
--storage storage local dir, s3://bucket_name, gs://bucket_name
--db db postgres database connection URL, do not pass for SQLite
--schema schema comma-separated string of schema modules
--name name instance name
lamin load
#
usage: lamin load [-h] [--db db] [--storage s] i
positional arguments:
i The instance identifier can the instance name (owner is current
user), handle/name, or the URL: https://lamin.ai/handle/name.
options:
-h, --help show this help message and exit
--db db postgres database connection URL, do not pass for SQLite
--storage s Load the instance with an updated default storage.
lamin close
#
usage: lamin close [-h]
options:
-h, --help show this help message and exit
lamin delete
#
usage: lamin delete [-h] [--force] i
positional arguments:
i instance name
options:
-h, --help show this help message and exit
--force Do not ask for confirmation
lamin track
#
usage: lamin track [-h] [--pypackage pypackage] filepath
positional arguments:
filepath A path to the notebook.
options:
-h, --help show this help message and exit
--pypackage pypackage
One or more (delimited by ',') python packages to
track.
lamin info
#
usage: lamin info [-h]
options:
-h, --help show this help message and exit
lamin migrate
#
usage: lamin migrate [-h] [--package-name PACKAGE_NAME]
[--end-number END_NUMBER] [--start-number START_NUMBER]
{create,deploy,squash}
positional arguments:
{create,deploy,squash}
Manage migrations.
options:
-h, --help show this help message and exit
--package-name PACKAGE_NAME
--end-number END_NUMBER
--start-number START_NUMBER
lamin save
#
usage: lamin save [-h] filepath
positional arguments:
filepath A path to the notebook.
options:
-h, --help show this help message and exit
lamin set
#
usage: lamin set [-h] [--storage f]
options:
-h, --help show this help message and exit
--storage f local dir, s3://bucket_name, gs://bucket_name
lamin schema
#
usage: lamin schema [-h] {view}
positional arguments:
{view} View schema.
options:
-h, --help show this help message and exit