You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There wont be any ks login as for now. Rather, we will be having a ks configure option. This will prompt the users to enter the api_token, private_key(optional) and profile_name. Then, this will create an entry in ~/.keyshade.toml. It will be in this format:
Description
There wont be any
ks login
as for now. Rather, we will be having aks configure
option. This will prompt the users to enter theapi_token
,private_key(optional)
andprofile_name
. Then, this will create an entry in~/.keyshade.toml
. It will be in this format:Any subsequent commands made through the CLI that will require authentication will use the
[default]
profile.Requirements
ks configure
command--profile
to specify the profile you want to use with any other commandks workspace default <profile_name>
commandks workspace list
command that will list out all the names of the profilesks workspace list --verbose/v
to list out the api token and private key aswellks workspace / project remove <profile_name>
to delete a profile. Note that you can not delete a default profile.The text was updated successfully, but these errors were encountered: