Warning
The nekoweb-cli is heavily under construction! Use at your own risk!
a simple cli interface for the nekoweb api. currently doesn't support much, but i'm planning to add everything from the nekoweb api.
- deploy command
- create/modify/delete files & folders
- import command
download the latest version from releases and add it
somewhere in your $PATH
nekoweb auth <api_key>
authenticate with the nekoweb api
nekoweb auth <api_key>description:
- saves your api key to
~/.nekoweb - used for authenticating all future requests
nekoweb info
retrive site information
nekoweb info [flags]if no flags are provided, retrives your main site's information.
flags:
-d, --domain <domain>
get public information of a specific site
nekoweb info --domain n3bula.lol-a, --all
retrives information for all sites associated with your account
nekoweb info --allnekoweb ls <path>
lists all files in a directory on nekoweb
nekoweb ls <path>description:
- if no
<path>is provided, will list/
nekoweb limits
fetches & displayes your ratelimit status
nekoweb limits