website logo
Create accountLogin
Home
DCS
Node
Resources
Help center
Navigate through spaces
Home
DCS
Node
Resources
Help center
⌘K
Storj DCS
Get Started
AWS CLI and Hosted Gateway MT
AWS SDK and Hosted Gateway MT
Uplink CLI
Satellite Admin Console
Object Browser
Downloads
Download Uplink CLI
Download Self-hosted S3 Compatible Gateway
Download Storj Client Libraries
SDKs & Reference
Tutorial
How-to Guides
Concepts
Support
Support Overview
FAQ
Community Forum
Status Page
Help Desk
Billing, Payment & Accounts
Resources
Moved Documents
Docs powered by archbee 
13min

access create

This command allow you to create and print the Access Grant to stdout, export it to a file or import it as an access to Uplink.

Usage

Windows
MacOS
Linux
|


Flags

Flag

Description

--passphrase-stdin

If set, the passphrase is read from stdin, and all other values must be provided

--satellite-address string

Satellite address from satellite UI (prompted if unspecified)

--api-key string

API key from satellite UI (prompted if unspecified)

--import-as string

Import the access as this name

--export-to string

Export the access to this file path

-f, --force

Force overwrite an existing saved access

--use

Switch the default access to the newly created one

Global flags

Global flags

Description

--config-dir string

Directory that stores the configuration

--help, -h

prints help for the command

--advanced

when used with -h, prints advanced flags help

Examples

Create an Access Grant without prompts

As result it will print the created access grant to stdout.

Windows
MacOS
Linux
|

Terminal
|


Create an Access Grant and export to the file

You will export the created access grant to the file.

Windows
MacOS
Linux
|

Terminal
|


Create an Access Grant and import it to Uplink

You will import the created access grant to Uplink as a named access.

Windows
MacOS
Linux
|

Terminal
|


Create an Access Grant and replace the existing access

You will import the created access grant to uplink as a named access and replace it if it exists.

Windows
MacOS
Linux
|

Terminal
|




Updated 22 Mar 2023
Did this page help you?
Yes
No
UP NEXT
access export
Docs powered by archbee 
TABLE OF CONTENTS
Usage
Flags
Global flags
Examples
Create an Access Grant without prompts
Create an Access Grant and export to the file
Create an Access Grant and import it to Uplink
Create an Access Grant and replace the existing access